Commit bb506663 authored by jshinde's avatar jshinde

W15FSUN008,Updated interface table name as swms_to_awms in palletizationIC.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98972 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3819d87e
...@@ -160,7 +160,7 @@ public class PalletizationIC extends ValidatorEJB implements PalletizationICLoca ...@@ -160,7 +160,7 @@ public class PalletizationIC extends ValidatorEJB implements PalletizationICLoca
locStockList = getLocationCode(conn, loginSite); locStockList = getLocationCode(conn, loginSite);
palletList = getPalletNo(conn, loginSite); palletList = getPalletNo(conn, loginSite);
sql ="select count(*) from interface2 where pallet_no = ? and schedule_status is null and ref_ser = ? "; sql ="select count(*) from swms_to_awms where pallet_no = ? and schedule_status is null and ref_ser = ? ";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString(1, palletNo); pstmt.setString(1, palletNo);
// pstmt.setString(2, "y"); Changed by Wasim // pstmt.setString(2, "y"); Changed by Wasim
......
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