Commit b2831e42 authored by fangxinjiang's avatar fangxinjiang

前端客服手机号码更新-fxj

parent bf4067b2
......@@ -458,7 +458,7 @@ public class TSettleDomainController {
try {
String json = jsonStr.replaceAll("%(?![0-9a-fA-F]{2})", "%25");
jsonStr = URLDecoder.decode(json, CommonConstants.UTF8).replace("=", "");
log.error("jsonStr:"+jsonStr);
} catch (UnsupportedEncodingException e) {
e.printStackTrace();
}
......
......@@ -26,7 +26,7 @@ mybatis-plus:
logic-not-delete-value: 0
configuration:
map-underscore-to-camel-case: true
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# spring security 配置
security:
......
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