#
tqs
2022-10-25 5cdc662bf8772726da4c0b1bd2c87ca69a606183
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>