1
zhang
2025-06-05 c48d0150aa9f6b297671f28adb6b9dc95b529cfc
src/main/resources/mapper/WrkChargeMapper.xml
@@ -29,4 +29,12 @@
    </resultMap>
    <select id="selectWorking" resultMap="BaseResultMap">
        select top 1 *
        from asr_wrk_charge
        where 1=1
        and ste_no = #{steNo}
        and wrk_sts &lt; 28
    </select>
</mapper>