Commit 52af52dc authored by caluka's avatar caluka

bankstatement table change to banktran_log for amount match


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99173 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3e6b89a1
...@@ -201,7 +201,7 @@ public class EcollectionSchedule implements Schedule ...@@ -201,7 +201,7 @@ public class EcollectionSchedule implements Schedule
finEntity = finEntity == null ? "" : finEntity.trim(); finEntity = finEntity == null ? "" : finEntity.trim();
bankAmount=0; bankAmount=0;
sql1 = " select amount from bank_statement where site_code=? and bank_code= ? and ref_no= ?"; sql1 = " select amount from banktran_log where site_code=? and bank_code= ? and ref_no= ?";
pstmt1 = conn.prepareStatement(sql1); pstmt1 = conn.prepareStatement(sql1);
pstmt1.setString(1, siteCode); pstmt1.setString(1, siteCode);
pstmt1.setString(2, bankCode); pstmt1.setString(2, bankCode);
......
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