瀏覽代碼

공급사단가 항목 추가

dwkim 2 年之前
父節點
當前提交
f7a4bb9158
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mybatis/sqlmaps/rtnmng/RtnOrd.xml

+ 1 - 1
src/main/resources/mybatis/sqlmaps/rtnmng/RtnOrd.xml

@@ -103,7 +103,7 @@
103 103
 
104 104
 
105 105
         <select id="selectRtnItemDtlSaveInfo" resultType="com.oqpo.api.entity.rtnmng.RtnOdrDtlPtclEntity">
106
-            select item_id, item_nm, unit, unit_amt, spply_id
106
+            select item_id, item_nm, unit, unit_amt, spply_id,  unit_amt as spply_unit_amt
107 107
             from brand_item_unit_info
108 108
             where 1=1
109 109
             and   brand_unit_unq_no = #{brandUnitUnqNo}