src/main/resources/mapper/WrkChargeMapper.xml
@@ -31,13 +31,22 @@ </resultMap> <select id="selectWorkingOfCharge" resultMap="BaseResultMap"> <select id="selectWorking" resultMap="BaseResultMap"> select top 1 * from asr_wrk_charge where 1=1 <if test="shuttleNo != null"> and shuttle_no = #{shuttleNo} </if> and wrk_sts < 60 and memo = 'charge' order by appe_time, io_pri desc </select> <select id="selectWorkingOfCharge" resultMap="BaseResultMap"> select top 1 * from asr_wrk_charge where 1=1 <if test="charge != null"> and charge = #{charge} </if>