IntegeritemId=jdbcTemplate.queryForInt("select max(nItem) from tShopCertifPic where sShopNO = ? and sCertifTypeID = ? and sCertifNO = ?",shopNo,certifTypeID,certifNO);
IntegeritemId;
try{
itemId=jdbcTemplate.queryForInt("select max(nItem) from tShopCertifPic where sShopNO = ? and sCertifTypeID = ? and sCertifNO = ?",shopNo,certifTypeID,certifNO);