弃用阿里JsonUtil 出了个bug

dev-9.10-修复中台bug-xuyifeng
water_xu 2024-09-04 16:17:13 +08:00
parent 14adffe1e3
commit 6ff7afb927
1 changed files with 1 additions and 1 deletions

View File

@ -1034,7 +1034,7 @@ public class UsersController extends BaseController {
map.put("USER_ID",ID);
map.put("result", errInfo); //返回结果
map.put("code", "0");
map.put("syncInfo", JSONUtils.toJSONString(userinfo));
map.put("syncInfo", JSONUtil.toJsonStr(userinfo));
} else {
map.put("result", "您输入的身份证号和用户名二次校验失败,请确认后重新申请"); //返回结果
}