4 changed files with 33 additions and 4 deletions
@ -0,0 +1,12 @@ |
|||
<?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.dongjian.dashboard.back.dao.ex.DeviceGroupRelationMapperExt"> |
|||
|
|||
<select id="selectDeviceInfoIdsByGroupId" resultType="int"> |
|||
SELECT device_info_id |
|||
FROM dashboard_device_group_relation |
|||
WHERE device_group_id = #{deviceGroupId} |
|||
</select> |
|||
|
|||
|
|||
</mapper> |
|||
Loading…
Reference in new issue