Commit 15b32a6b authored by unset's avatar unset

Merge branch 'master-chw-bug' into dev-chw

parents 8a83ca19 75fd0a39
...@@ -391,7 +391,7 @@ public class BackStageOrderController extends CommonBaseController implements Us ...@@ -391,7 +391,7 @@ public class BackStageOrderController extends CommonBaseController implements Us
userDTO = userFeign.businessUserinfoByMobilePhone(getAppUser().getUsername()).getData(); userDTO = userFeign.businessUserinfoByMobilePhone(getAppUser().getUsername()).getData();
} }
if (userDTO == null) { if (userDTO == null) {
return ObjectRestResponse.succ(new PageDataVO<>()); return ObjectRestResponse.createFailedResult(ResultCode.RSTOKEN_EXPIRED_CODE, ResultCode.getMsg(ResultCode.RSTOKEN_EXPIRED_CODE));
} }
if (StringUtils.isBlank(orderNo)) { if (StringUtils.isBlank(orderNo)) {
return ObjectRestResponse.paramIsEmpty(); return ObjectRestResponse.paramIsEmpty();
......
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