Commit 2c74271f authored by wansari's avatar wansari

W15GSUN002 update schedule_status = 'N' by default


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99242 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b614fd9d
......@@ -352,11 +352,11 @@ public class CommonWmsUtil {
+ "FAMILY_GRP,IN_OUT,REF_SER,REF_ID,TRAN_DATE,LOT_NO,"
+ "LOT_SL,QUANTITY,QTY_PER_ART,TOTAL_QTY,EXP_DATE,MFG_DATE,"
+ "PALLET_NO,PALLET_STATUS,MSG_STAT,LOCK_STAT,ERR_COD,ERR_DESC,"
+ "QC_TYPE,TRANS_DT_ACK,STRO_PREF,LINE_NO) "
+ "QC_TYPE,TRANS_DT_ACK,STRO_PREF,LINE_NO,SCHEDULE_STATUS) "
+ "VALUES (?,?,?,?,?,?,"
+ "?,?,?,?,?,?,"
+ "?,?,?,?,?,?,"
+ "?,?,?,?,?,?,?,?,?)";
+ "?,?,?,?,?,?,?,?,?,?)";
Iterator itr=interfaceArrList.iterator();
......@@ -481,6 +481,7 @@ public class CommonWmsUtil {
interfaceWmsPstmt.setTimestamp(25, tranDateAct);
interfaceWmsPstmt.setString(26, stroPref);
interfaceWmsPstmt.setString(27, lineNo);
interfaceWmsPstmt.setString(28, "N");//Changed by wasim 26 -11-2015 to add schedule_status = 'N' by default
caseCount = interfaceWmsPstmt.executeUpdate();
interfaceWmsPstmt.close(); interfaceWmsPstmt = null;
......
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