src/main/resources/mapper/LocDetlMapper.xml
@@ -388,6 +388,12 @@ brand, appe_time </select> <select id="selectLocNoByGroupNo" resultType="com.zy.asrs.entity.LocDetl"> select distinct ald.loc_no as locNo,ald.brand from asr_loc_detl ald where ald.brand in <foreach collection="packageGroupNos" item="item" index="index" open="(" close=")" separator=","> #{item} </foreach> </select> <update id="updateMatTurn"> UPDATE a