intcount=jdbcTemplate.queryForInt("select count(*) from tShopCertif where sShopNO = ? and sCertifTypeID = ? and sCertifNO = ?",newObject[]{shopNo,certifTypeID,certifNO});
intcount=jdbcTemplate.queryForInt("select count(*) from tShopCertif where sShopNO = ? and sCertifTypeID = ? and sCertifNO = ?",newObject[]{shopNo,certifTypeID,certifNO});
@@ -441,7 +443,7 @@ public class UserServiceImpl implements UserService {
...
@@ -441,7 +443,7 @@ public class UserServiceImpl implements UserService {
}
}
IntegeritemId=jdbcTemplate.queryForInt("select max(nItem) from tShopCertifPic where sShopNO = ? and sCertifTypeID = ? and sCertifNO = ?",shopNo,certifTypeID,certifNO);
IntegeritemId=jdbcTemplate.queryForInt("select max(nItem) from tShopCertifPic where sShopNO = ? and sCertifTypeID = ? and sCertifNO = ?",shopNo,certifTypeID,certifNO);