Commit cd13ee15 authored by cpatil's avatar cpatil

entity code set as supp code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98496 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6a705aca
...@@ -361,7 +361,8 @@ public class SuppInfoUpdIC extends ValidatorEJB implements SuppInfoUpdICLocal, S ...@@ -361,7 +361,8 @@ public class SuppInfoUpdIC extends ValidatorEJB implements SuppInfoUpdICLocal, S
// chgUser = getValueFromXTRA_PARAMS(xtraParams,"chgUser"); // chgUser = getValueFromXTRA_PARAMS(xtraParams,"chgUser");
System.out.println("@@@@@@@@@@@ chgTerm---"+chgTerm+"::::::::chgUser----"+chgUser+":::::"); System.out.println("@@@@@@@@@@@ chgTerm---"+chgTerm+"::::::::chgUser----"+chgUser+":::::");
suppCode = checkNull(genericUtility.getColumnValue("supp_code", dom)); // suppCode = checkNull(genericUtility.getColumnValue("supp_code", dom)); // comment on 21/08/15 for entitycode set as supp_code
suppCode = genericUtility.getValueFromXTRA_PARAMS( xtraParams, "entityCode" );
System.out.println("@@@@@@@@ suppCode["+suppCode+"] @@@@@@@@"); System.out.println("@@@@@@@@ suppCode["+suppCode+"] @@@@@@@@");
sql = "select count(1) from supp_amd where supp_code = ? and wf_status = 'O' "; sql = "select count(1) from supp_amd where supp_code = ? and wf_status = 'O' ";
......
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