src/main/resources/mapper/WrkMastMapper.xml
@@ -25,6 +25,7 @@ <result column="shuttle_no" property="shuttleNo" /> <result column="lift_no" property="liftNo" /> <result column="wms_wrk_no" property="wmsWrkNo" /> <result column="system_msg" property="systemMsg" /> </resultMap> @@ -170,7 +171,7 @@ <select id="selectChargeWorkingByChargeSta" resultMap="BaseResultMap"> select * from asr_wrk_mast where wrk_sts in (201,202,203) where wrk_sts in (201,202,203,204,205,210) and mk = #{chargeSta} order by io_pri desc,io_time,wrk_no asc </select>