intcount=jdbcTemplate.queryForInt("select count(*) from tShopCertif where sShopNO = ? and sCertifTypeID = ? and sCertifNO = ?",newObject[]{shopNo,certifTypeID,certifNO});
IntegeritemId=jdbcTemplate.queryForInt("select max(nItem) from tShopCertifPic where sShopNO = ? and sCertifTypeID = ? and sCertifNO = ?",shopNo,certifTypeID,certifNO);