Commit c733193f authored by rtiwari's avatar rtiwari

UPDATED


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94466 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ea8e008c
...@@ -203,7 +203,7 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal, ...@@ -203,7 +203,7 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal,
errString =itmDBAccessEJB.getErrorString("","VMDEP1","","",conn); errString =itmDBAccessEJB.getErrorString("","VMDEP1","","",conn);
return errString; return errString;
} }
sql ="select count(1) from workorder where work_order = ? and dept_code = ? "; sql ="select count(1) from WORDER_ROUTE where work_order = ? and dept_code = ? ";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString(1,worder); pstmt.setString(1,worder);
......
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