Commit 312e7249 authored by Ajit Deshmukh's avatar Ajit Deshmukh

Replace ManageSql.java

parent 02292b5c
...@@ -447,7 +447,7 @@ public class ManageSql extends ValidatorEJB { ...@@ -447,7 +447,7 @@ public class ManageSql extends ValidatorEJB {
E12GenericUtility genericUtility = new ibase.utility.E12GenericUtility(); E12GenericUtility genericUtility = new ibase.utility.E12GenericUtility();
conn = getConnection(); conn = getConnection();
userInfo = getUserInfo(); userInfo = getUserInfo();
String profileId = userInfo.getProfileId(); String profileId = checkNull(userInfo.getProfileId());
BaseLogger.log("3", null, null, "userInfo>>>"+ userInfo.toString()); BaseLogger.log("3", null, null, "userInfo>>>"+ userInfo.toString());
userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginCode");//changed by Ashish.J userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginCode");//changed by Ashish.J
......
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