Commit d1e10171 authored by wansari's avatar wansari

W15GSUN002 changed by wasim to update column name as quantity instead of quaninty


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98711 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3f2efa3a
......@@ -273,7 +273,7 @@ public class CommonWmsUtil {
conn.setAutoCommit(false);
interfaceSql = "INSERT INTO INTERFACE2 (IN_OUT,ERR_COD,MSG_STAT,TRANS_DT_ACK,TRAN_ID,"
+ "ITEM_CODE,DESCR,UNIT,ITEM_TYPE,FAMILY_GRP,REF_SER,"
+ "LOT_NO,REF_ID,LOT_SL,QUANINTY,EXP_DATE,MFG_DATE,"
+ "LOT_NO,REF_ID,LOT_SL,QUANTITY,EXP_DATE,MFG_DATE,"
+ "PALLET_NO,PALLET_STATUS,LOCK_STAT,QC_TYPE,STRO_PREF,PALLET_REJ,"
+ "PALLET_REJ_DESC,REF_LINE_NO) "
+ "VALUES (?,?,?,?,?,?,"
......@@ -312,7 +312,7 @@ public class CommonWmsUtil {
lotNo = (String) detail.get("LOT_NO");
refId = (String) detail.get("REF_ID");
lotSl = (String) detail.get("LOT_SL");
quantity = (String) detail.get("QUANINTY");
quantity = (String) detail.get("QUANTITY");
expDate = (Timestamp) detail.get("EXP_DATE");
mfgDate = (Timestamp) detail.get("MFG_DATE");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment