1
0
Files
fys-Multi-tenant/fys-modules/fys-app/src/main/resources/mapper/app/AppDeviceShareMapper.xml

11 lines
420 B
XML
Raw Normal View History

2025-07-19 09:36:35 +08:00
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.fuyuanshen.app.mapper.AppDeviceShareMapper">
2025-07-22 18:37:02 +08:00
<select id="otherDeviceShareList" resultType="com.fuyuanshen.app.domain.vo.AppDeviceShareVo">
SELECT * FROM app_device_share a where a.phonenumber = #{bo.phonenumber}
</select>
2025-07-19 09:36:35 +08:00
</mapper>