Commit 48b4f5bc authored by dpingle's avatar dpingle

* updated src file of EmpMthadIC

EmpMthadIC.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@215222 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 514925e9
...@@ -187,7 +187,7 @@ public class EmpMthadIC extends ValidatorEJB implements EmpMthadLocal,EmpMthadRe ...@@ -187,7 +187,7 @@ public class EmpMthadIC extends ValidatorEJB implements EmpMthadLocal,EmpMthadRe
if (rs.next()) if (rs.next())
{ {
mtype = rs.getString("mtype"); mtype = checkNull(rs.getString("mtype"));
} }
if (rs != null) if (rs != null)
{ {
...@@ -227,11 +227,11 @@ public class EmpMthadIC extends ValidatorEJB implements EmpMthadLocal,EmpMthadRe ...@@ -227,11 +227,11 @@ public class EmpMthadIC extends ValidatorEJB implements EmpMthadLocal,EmpMthadRe
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
} }
if(cnt > 0 && !"E".equalsIgnoreCase(editFlag)) /*if(cnt > 0 && !"E".equalsIgnoreCase(editFlag))
{ {
errList.add("VMADC4"); errList.add("VMADC4");
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }*/
} }
} }
......
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