#
tqs
2023-02-02 58de9685304b936c32807b167af2271d987cc23d
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>