Commit 28f71550 authored by kshinde's avatar kshinde

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187210 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4061dc70
...@@ -5204,8 +5204,8 @@ public class SReturnForm extends ValidatorEJB implements SReturnFormLocal, SRetu ...@@ -5204,8 +5204,8 @@ public class SReturnForm extends ValidatorEJB implements SReturnFormLocal, SRetu
if( childNodeName.equalsIgnoreCase( "item_ser" ) ) if( childNodeName.equalsIgnoreCase( "item_ser" ) )
{ {
mVal = genericUtility.getColumnValue( "item_ser", dom ); mVal = genericUtility.getColumnValue( "item_ser", dom );
System.out.println("itemSer IC::"+mVal);
if(mVal!=null || mVal.trim().length()>0) if(mVal!=null && mVal.trim().length()>0)
{ {
sqlStr = " Select Count(*) cnt from itemser where item_ser = ? "; sqlStr = " Select Count(*) cnt from itemser where item_ser = ? ";
pstmt = conn.prepareStatement( sqlStr ); pstmt = conn.prepareStatement( sqlStr );
......
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