#
Junjie
2023-10-14 3497a71c04c77f85fa103973f3d425d0b5d4c2aa
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 &lt; 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>