ard-work/src/main/resources/mapper/device/ArdCamerasMapper.xml
@@ -239,7 +239,6 @@ </foreach> </delete> <select id="findOptions" parameterType="String" resultMap="ArdCamerasResult"> <include refid="selectArdCamerasVo"/> <where> @@ -247,4 +246,9 @@ <if test="name != null and name != ''">and c.name like '%'||#{name}||'%'</if> </where> </select> <select id="selectArdCamerasByDeptId" parameterType="Long" resultMap="ArdCamerasResult"> select * from ard_cameras where dept_id = #{deptId} </select> </mapper>