Commit 3819d87e authored by wansari's avatar wansari

W15GSUN003 updated table name from interface to host_to_wms and interface2 to swms_to_awms.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98971 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f220f913
...@@ -296,7 +296,7 @@ public class CommonWmsUtil { ...@@ -296,7 +296,7 @@ public class CommonWmsUtil {
{ {
conn = connDriver.getConnectDB("DriverAWMS"); conn = connDriver.getConnectDB("DriverAWMS");
conn.setAutoCommit(false); conn.setAutoCommit(false);
interfaceSql = "INSERT INTO INTERFACE (TRAN_ID,ITEM_CODE,DESCR,UNIT,ITEM_TYPE," interfaceSql = "INSERT INTO HOST_TO_WMS (TRAN_ID,ITEM_CODE,DESCR,UNIT,ITEM_TYPE,"//Changed table name by wasim on 02-11-15, previous table name interface.
+ "FAMILY_GRP,IN_OUT,REF_SER,REF_ID,TRAN_DATE,LOT_NO," + "FAMILY_GRP,IN_OUT,REF_SER,REF_ID,TRAN_DATE,LOT_NO,"
+ "LOT_SL,QUANTITY,QTY_PER_ART,TOTAL_QTY,EXP_DATE,MFG_DATE," + "LOT_SL,QUANTITY,QTY_PER_ART,TOTAL_QTY,EXP_DATE,MFG_DATE,"
+ "PALLET_NO,PALLET_STATUS,MSG_STAT,LOCK_STAT,ERR_COD,ERR_DESC," + "PALLET_NO,PALLET_STATUS,MSG_STAT,LOCK_STAT,ERR_COD,ERR_DESC,"
...@@ -306,7 +306,7 @@ public class CommonWmsUtil { ...@@ -306,7 +306,7 @@ public class CommonWmsUtil {
+ "?,?,?,?,?,?," + "?,?,?,?,?,?,"
+ "?,?,?,?,?,?,?,?,?)"; + "?,?,?,?,?,?,?,?,?)";
WMSSql = "INSERT INTO INTERFACE2 (TRAN_ID,ITEM_CODE,DESCR,UNIT,ITEM_TYPE," WMSSql = "INSERT INTO SWMS_TO_AWMS (TRAN_ID,ITEM_CODE,DESCR,UNIT,ITEM_TYPE,"//Changed table name by wasim on 02-11-15, previous table name interface2.
+ "FAMILY_GRP,IN_OUT,REF_SER,REF_ID,TRAN_DATE,LOT_NO," + "FAMILY_GRP,IN_OUT,REF_SER,REF_ID,TRAN_DATE,LOT_NO,"
+ "LOT_SL,QUANTITY,QTY_PER_ART,TOTAL_QTY,EXP_DATE,MFG_DATE," + "LOT_SL,QUANTITY,QTY_PER_ART,TOTAL_QTY,EXP_DATE,MFG_DATE,"
+ "PALLET_NO,PALLET_STATUS,MSG_STAT,LOCK_STAT,ERR_COD,ERR_DESC," + "PALLET_NO,PALLET_STATUS,MSG_STAT,LOCK_STAT,ERR_COD,ERR_DESC,"
......
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