Commit 608af83e authored by dsawant's avatar dsawant

updated for lock code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96390 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8687cc11
...@@ -2383,7 +2383,7 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss ...@@ -2383,7 +2383,7 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss
ArrayList<String> lockListL=new ArrayList<String>(); ArrayList<String> lockListL=new ArrayList<String>();
try{ try{
sql="select count(*) from inv_hold h,inv_hold_det d where h.tran_id = d.tran_id " sql="select lock_code from inv_hold h,inv_hold_det d where h.tran_id = d.tran_id "
+"and d.item_code = ? and d.site_code = ? " +"and d.item_code = ? and d.site_code = ? "
+"and d.loc_code = ? and d.lot_no= ? AND h.confirmed= ? " +"and d.loc_code = ? and d.lot_no= ? AND h.confirmed= ? "
+"and d.lot_sl= ? and d.hold_status = ? "; +"and d.lot_sl= ? and d.hold_status = ? ";
......
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