src/main/resources/mapper/WrkMastMapper.xml
@@ -97,7 +97,7 @@ <select id="selectLiftWrkMast" resultMap="BaseResultMap"> select * from asr_wrk_mast where lift_no = #{liftNo} and wrk_sts in (3,4,104,105,302,303,304,305,306,307,308,309) and wrk_sts in (3,4,104,105,301,302,303,304,305,306,307,308,309) limit 0,1 </select> @@ -171,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>