src/main/resources/mapper/LocDetlMapper.xml
@@ -374,6 +374,20 @@ from asr_loc_detl where loc_no=#{locNo} </select> <select id="queryInLocTime" resultType="com.zy.asrs.entity.InLocTimeDto"> select brand packageGroupNo, DATEDIFF(day, appe_time , getdate()) diffDay from asr_loc_detl where brand in <foreach collection="param" index="index" item="item" separator="," open="(" close=")"> #{item} </foreach> group by brand, appe_time </select> <update id="updateMatTurn"> UPDATE a