#
luxiaotao1123
2022-10-27 9f989bddecd1261b54c26b853a2528d661bdeb5e
src/main/resources/mapper/WrkChargeMapper.xml
@@ -33,7 +33,9 @@
        select top 1 *
        from asr_wrk_charge
        where 1=1
        and ste_no = #{steNo}
        <if test="steNo != null">
            and ste_no = #{steNo}
        </if>
        and wrk_sts &lt; 28
    </select>