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>