Commit fa70dabc authored by dsawant's avatar dsawant

remove lot no from select query


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95880 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 400a4879
...@@ -1239,7 +1239,7 @@ public class WorkOrdRcpDet extends ValidatorEJB implements WorkOrdRcpDetLocal, W ...@@ -1239,7 +1239,7 @@ public class WorkOrdRcpDet extends ValidatorEJB implements WorkOrdRcpDetLocal, W
if(noOfArt > 0) if(noOfArt > 0)
{ {
System.out.println(">>>>START>>>>>>>>>"); System.out.println(">>>>START>>>>>>>>>");
sql = "select shipper_size,gross_weight,net_weight from item_lot_packsize where item_code = ? and lot_no = ? and lot_no__from <= ? and lot_no__to >= ? "; sql = "select shipper_size,gross_weight,net_weight from item_lot_packsize where item_code = ? and lot_no__from <= ? and lot_no__to >= ? ";
pstmt1=conn.prepareStatement(sql); pstmt1=conn.prepareStatement(sql);
pstmt1.setString(1,itemCode); pstmt1.setString(1,itemCode);
pstmt1.setString(2,lotNo); pstmt1.setString(2,lotNo);
......
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