Commit edd9a3cf authored by yajun.zhang's avatar yajun.zhang

修改bug

parent b797a016
......@@ -48,7 +48,7 @@ public class UserInfoEntityApiV2Controller implements IBaseController {
@Transactional
public JsonResult<UserInfoEntity> token(@RequestBody UserInfoEntityReq req) {
if (UserInfoEntityReq.checkParam(req)) {
if (!UserInfoEntityReq.checkParam(req)) {
return JsonResult.buildErrorStateResult(BizExceptionEnum.ERROR_PARAM.getMsg(), null);
}
......
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