Commit c959be4a authored by sdhaul's avatar sdhaul

Trimmed SC_CODE

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198518 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c822e4ae
......@@ -80,7 +80,7 @@ public class CustomerInfoDao {
String email_addr = rs.getString("EMAIL_ADDR");
String spec_descr = rs.getString("SPECIALITY_DESCR");
customerInfoJson.put("SC_CODE", sc_code);
customerInfoJson.put("SC_CODE", checkNull(sc_code).trim());
customerInfoJson.put("PREFIX", prefix);
customerInfoJson.put("SC_NAME", sc_name);
customerInfoJson.put("QUALIFICATION", qualification);
......
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