#
luxiaotao1123
2022-11-14 2bd22e9a59ba5a5ce6935adf9f9bbb02ed171776
src/main/resources/mapper/WrkChargeMapper.xml
@@ -37,6 +37,9 @@
        <if test="steNo != null">
            and ste_no = #{steNo}
        </if>
        <if test="charge != null">
            and charge = #{charge}
        </if>
        and wrk_sts &lt; 30
        and memo = 'charge'
        order by appe_time, io_pri desc