DriverNTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/impl/PhoneServiceImpl.java
@@ -46,7 +46,7 @@ * @throws Exception */ @Override public Map<String, Object> queryCustomerPhone(String code) throws Exception { public Map<String, Object> queryCustomerPhone(String code,String wechat) throws Exception { String province = code.substring(0, 2) + "0000"; String city = code.substring(0, 4) + "00"; @@ -74,6 +74,8 @@ query = phoneMapper.query(3, null, province, null, null); } map.put("scheduling", null != query ? query.getPhone() : ""); map.put("wechatUrl",wechat); return map; } }