Commit 72f9452e authored by ngadkari's avatar ngadkari

changes in check null condition

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204462 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 972aa553
......@@ -385,7 +385,7 @@ public class SorderAct extends ActionHandlerEJB implements SorderActLocal, Sorde
schemeCodeList=schemeCodeList+ ",";
}
}
schemeCodeList=schemeCodeList == null || schemeCodeList.trim().length() == 0 ? "''" : schemeCodeList;
sql = "select distinct(a.scheme_code) from scheme_applicability a,scheme_applicability_det b"
+ " where a.scheme_code = b.scheme_code"
+ " and a.prod_sch = 'Y'"
......
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