Commit 36cd1146 authored by sanashaikh's avatar sanashaikh

Sana S:Modified on 24/10/19

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210557 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d6aed501
......@@ -428,7 +428,11 @@ public class CadreWisePerkIC extends ValidatorEJB implements CadreWisePerkLocal,
sql="select count(1) as cnt from cadre_perk where ad_code= ? and ad_code__main=? and pay_table = ? and cadre_code= ? and eff_date = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, mval);
pstmt.setString(1, mval1);
pstmt.setString(2, mval);
pstmt.setString(3, payTable);
pstmt.setString(4, cadreCode);
pstmt.setString(5, effDateStr);
rs = pstmt.executeQuery();
if (rs.next())
......
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