数据修改
This commit is contained in:
@ -95,7 +95,6 @@ public class DataStatisticeServiceImpl implements DataStatisticeService {
|
|||||||
vo.getBasePageRequest().getPageSize());
|
vo.getBasePageRequest().getPageSize());
|
||||||
IPage<SupplierExitStatisticsVo> supplierExitStatistics = coscoSupplierexitMapper.getSupplierExitStatistics(p, vo);
|
IPage<SupplierExitStatisticsVo> supplierExitStatistics = coscoSupplierexitMapper.getSupplierExitStatistics(p, vo);
|
||||||
supplierExitStatistics.getRecords().forEach(item -> {
|
supplierExitStatistics.getRecords().forEach(item -> {
|
||||||
getCateName(item);
|
|
||||||
SysUser userById = userService.getUserById(item.getApplyUser());
|
SysUser userById = userService.getUserById(item.getApplyUser());
|
||||||
if(userById!=null){
|
if(userById!=null){
|
||||||
SysOrg orgInfo = orgService.getOrgInfo(userById.getOrgId());
|
SysOrg orgInfo = orgService.getOrgInfo(userById.getOrgId());
|
||||||
|
Reference in New Issue
Block a user