Commit e45ff1bd authored by Quxl's avatar Quxl

x

parent 2187d2b6
......@@ -472,6 +472,7 @@ public class UserServiceImpl implements UserService {
map.put("sMemo", (String)shopMap.get("sMemo"));
map.put("sSalesmanNO1", shopMap.get("sSalesmanNO1"));
map.put("sMainBusiness", shopMap.get("sMainBusiness"));
map.put("sReason", shopMap.get("sReason"));
List<Map<String, Object>> certifList = jdbcTemplate.queryForList("select * from tShopCertif where sShopNO = ? and sCertifTypeID = ?", shopNo, sCertifTypeID);
if(certifList.size() > 0) {
......
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