Commit 4318f9ee authored by shiyu's avatar shiyu

后台查询申请单列表

parent bc7fa7cc
......@@ -82,6 +82,7 @@ public class SysOpenShopApplyOrderServiceImpl implements SysOpenShopApplyOrderSe
OpenShopApplyOrderVo openShopApplyOrderVo = new OpenShopApplyOrderVo();
EntityMapper.copyAttribute(openShopApplyOrder, openShopApplyOrderVo);
openShopApplyOrderVo.setUserName(cacheUtil.getAppletUserNameById(openShopApplyOrder.getUserId()));
openShopApplyOrderVo.setStateName(OpenShopApplyOrderEnum.StateEnum.getNameByCode(openShopApplyOrder.getState()));
openShopApplyOrderVos.add(openShopApplyOrderVo);
}
return Result.success(PageSearchResult.of(pageInfo, openShopApplyOrderVos));
......
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