Upd:修改错误名称

master
duLingLing 5 years ago
parent 6260572efc
commit 13df0df1c1

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId>
<version>1.2.57</version>
<version>1.2.58</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

@ -2270,7 +2270,7 @@ public class RetailAppServiceImp implements RetailAppService {
result.put("contact_phone",account.getString("contact_phone"));
String contact_phone = account.getString("contact_phone").replaceAll("(\\d{3})\\d{4}(\\d{4})","$1****$2");
result.put("remark_contact_phone",contact_phone);
result.put("naticon_code",account.getString("nation_code"));
result.put("nation_code",account.getString("nation_code"));
}
result.put("wechat_bind_status",account.containsKey("wechat_openid"));
if(account.containsKey("wechat_openid")){

Loading…
Cancel
Save