Commit 75fd0a39 authored by unset's avatar unset

修改订单记录

parent b3e88376
...@@ -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