弃用阿里JsonUtil 出了个bug
parent
14adffe1e3
commit
6ff7afb927
|
@ -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", "您输入的身份证号和用户名二次校验失败,请确认后重新申请"); //返回结果
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue