Commit 434b45ee authored by ssurve's avatar ssurve

Query correction for Error java.sql.SQLException: ORA-00933: SQL command not...

Query correction for Error java.sql.SQLException: ORA-00933: SQL command not properly ended. Java Source Line No : 773


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93768 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8a9f761d
......@@ -766,7 +766,7 @@ public class ConsumeIssueAct extends ActionHandlerEJB implements ConsumeIssueAct
+"AND A.LOC_CODE = '"+locCode+"' "
+"AND A.LOT_NO = '"+lotNo+"' "
+"AND A.LOT_SL = '"+lotSl+"' "
+"AND (A.QUANTITY - A.ALLOC_QTY) >="+quantity+"'"
+"AND (A.QUANTITY - A.ALLOC_QTY) >="+quantity
+" AND B.AVAILABLE = '"+availableYn+"'";
}//
System.out.println("sql :"+sql);
......
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