fax:订货
This commit is contained in:
@@ -319,7 +319,7 @@ public class DeskServiceImpl implements DeskService {
|
||||
|
||||
@Override
|
||||
public PageInfo<PreparationCommonPendingVO> trainListPendingList(DeskRequest deskRequest, LoginUserInfo user) {
|
||||
return commonPendingVOPageInfo(deskRequest, null, ShopSubStageEnum.SHOP_STAGE_5,
|
||||
return commonPendingVOPageInfo(deskRequest, user, ShopSubStageEnum.SHOP_STAGE_5,
|
||||
Collections.singletonList(SHOP_SUB_STAGE_STATUS_50.getShopSubStageStatus()), Boolean.TRUE);
|
||||
}
|
||||
|
||||
@@ -352,7 +352,7 @@ public class DeskServiceImpl implements DeskService {
|
||||
//订单组 只查询待授权的数据
|
||||
if (userRoleIds.contains(UserRoleEnum.ORDER_GROUP.getCode())) {
|
||||
//只查管辖的待授权的数据
|
||||
return commonPendingVOPageInfo(deskRequest, null, ShopSubStageEnum.SHOP_STAGE_17,
|
||||
return commonPendingVOPageInfo(deskRequest,user , ShopSubStageEnum.SHOP_STAGE_17,
|
||||
Collections.singletonList(ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_172.getShopSubStageStatus()), Boolean.TRUE);
|
||||
}
|
||||
//其他角色能看到
|
||||
|
||||
Reference in New Issue
Block a user