#
luxiaotao1123
2022-09-21 850273b8707537450399fa0d0070c413fb177db5
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 != 10
    </select>
</mapper>