Commit 226b49d0 authored by msingh's avatar msingh

Added by Manish on 05/10/16


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103570 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e4cf1040
......@@ -907,7 +907,8 @@ public class StockUpdate
+" where item_code = '"+this.itemCode+"'"
+" and site_code = '"+this.siteCode+"'"
+" and grade = '"+this.grade+"'"
+" And cctr_code__inv = :'"+this.cctrCodeInv+"'";
// +" And cctr_code__inv = :'"+this.cctrCodeInv+"'";
+" And cctr_code__inv = '"+this.cctrCodeInv+"'"; // Changed by Manish on 05/10/16
System.out.println("Query :::- ["+sql+"]");
pstmt = conn.prepareStatement(sql);
rs = pstmt.executeQuery();
......
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