dwkim 2 yıl önce
ebeveyn
işleme
8e32db229e

+ 1 - 1
src/main/resources/mybatis/sqlmaps/inoutmng/ColOdr.xml

@@ -578,7 +578,7 @@
578 578
         and   mgnt.spply_id = #{sSpplyId}
579 579
         </if>
580 580
         <if test="sWhsId != null and sWhsId != ''">
581
-        and   dtl.whs_id = #{sWhsId}
581
+        and   mgnt.whs_id = #{sWhsId}
582 582
         </if>
583 583
         <if test="sItemNm != null and sItemNm != ''">
584 584
         and   (mgnt.col_pick_unq_no like concat('%',#{sItemNm},'%') or dtl.item_id like concat('%',#{sItemNm},'%') or dtl.item_nm  like concat('%',#{sItemNm},'%') )