Commit a7fa4006 by huluobin

# 更新

parent 7f0ad3b6
......@@ -441,11 +441,11 @@ public class MallOrderServiceImpl extends ServiceImpl<MallOrderMapper, MallOrder
wrapper.eq(MallOrder::getSelfTakeDepartmentId, SessionUtils.getTechnicianToken().getDepartmentId());
// List<StoreManage> storeManageList = storeManageMapper.selectList(new LambdaQueryWrapper<StoreManage>()
// .eq(StoreManage::getMasterUserId, SessionUtils.getTechnicianId()));
// if (ListUtil.isNotEmpty(storeManageList)) {
// throw new RRException("权限不够查看订单列表");
// }
// List<StoreManage> storeManageList = storeManageMapper.selectList(new LambdaQueryWrapper<StoreManage>()
// .eq(StoreManage::getMasterUserId, SessionUtils.getTechnicianId()));
// if (ListUtil.isNotEmpty(storeManageList)) {
// throw new RRException("权限不够查看订单列表");
// }
}
if (SessionUtils.getSourceFrom().equals(SessionUtils.customer)) {
......
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