Commit d816a7a1 authored by wansari's avatar wansari

W15GSUN003 changed by wasim for updating result set as per samadhan suggestion


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99285 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9f790c8b
...@@ -1956,11 +1956,11 @@ public class CommonWmsUtil { ...@@ -1956,11 +1956,11 @@ public class CommonWmsUtil {
System.out.println(sqlChkDSO); System.out.println(sqlChkDSO);
pstChkDSO = conn.prepareStatement(sqlChkDSO); pstChkDSO = conn.prepareStatement(sqlChkDSO);
pstmtChk.setString(1, tranId); pstChkDSO.setString(1, tranId);
pstmtChk.setString(2, palletNo); pstChkDSO.setString(2, palletNo);
pstmtChk.setString(3, stock.get("ITEM_CODE")); pstChkDSO.setString(3, stock.get("ITEM_CODE"));
pstmtChk.setString(4, stock.get("LOT_NO")); pstChkDSO.setString(4, stock.get("LOT_NO"));
pstmtChk.setString(5, stock.get("LOT_SL")); pstChkDSO.setString(5, stock.get("LOT_SL"));
rsChkDSO = pstChkDSO.executeQuery(); rsChkDSO = pstChkDSO.executeQuery();
count=0; count=0;
......
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