Commit 02e257e4 authored by sghate's avatar sghate

shital: updated SiteStanPayTable on 5/9/2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206893 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 14e467dd
...@@ -283,6 +283,7 @@ public class SiteStanPayTbl extends ValidatorEJB implements SiteStanPayTblLocal ...@@ -283,6 +283,7 @@ public class SiteStanPayTbl extends ValidatorEJB implements SiteStanPayTblLocal
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
} }
//if(count > 0) modified by shital on 5/9/2019
if(count == 0 && !"E".equalsIgnoreCase(editFlag)) if(count == 0 && !"E".equalsIgnoreCase(editFlag))
{ {
System.out.println("State_code is not valid"); System.out.println("State_code is not valid");
...@@ -413,6 +414,7 @@ public class SiteStanPayTbl extends ValidatorEJB implements SiteStanPayTblLocal ...@@ -413,6 +414,7 @@ public class SiteStanPayTbl extends ValidatorEJB implements SiteStanPayTblLocal
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
} }
//if(count > 0) modified by shital on 5/9/2019
if(count > 0 && !"E".equalsIgnoreCase(editFlag)) if(count > 0 && !"E".equalsIgnoreCase(editFlag))
{ {
System.out.println("Duplicate Entries"); System.out.println("Duplicate Entries");
......
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