src/main/resources/mapper/WrkMastMapper.xml
@@ -132,7 +132,7 @@ <select id="selectPakin" resultMap="BaseResultMap"> select top 1 * from dbo.asr_wrk_mast where 1=1 and wrk_sts in (3,4,5,6,7,8) and wrk_sts in (3,4,5,6,7,8,9) and crn_no=#{crnNo} <if test="steNo != null"> and ste_no = #{steNo} @@ -142,7 +142,7 @@ <select id="selectPakout" resultMap="BaseResultMap"> select top 1 * from dbo.asr_wrk_mast where 1=1 and wrk_sts in (12,13,14,15,16) and wrk_sts in (12,13,14,15,16,17) and crn_no=#{crnNo} <if test="steNo != null"> and ste_no = #{steNo}