|
|
@ -77,7 +77,7 @@ public class BirActivityCenterGoodsServiceImpl extends ServiceImpl<BirActivityCe |
|
|
|
LocalDate endDate = LocalDate.of(year,month,lastDayNum2); |
|
|
|
//加载所有异动的数据
|
|
|
|
List<TbsActivityCenterGoods> activityCenterGoodsAllList = this.baseMapper.selectChangeCenterGoods(startDate,endDate,null); |
|
|
|
// List<TbsActivityCenterGoods> activityCenterGoodsAllList = this.baseMapper.selectChangeCenterGoods(null,null,19596L);
|
|
|
|
// List<TbsActivityCenterGoods> activityCenterGoodsAllList = this.baseMapper.selectChangeCenterGoods(null,null,20637L);
|
|
|
|
if(activityCenterGoodsAllList.size()<1){ |
|
|
|
return; |
|
|
|
} |
|
|
@ -103,6 +103,12 @@ public class BirActivityCenterGoodsServiceImpl extends ServiceImpl<BirActivityCe |
|
|
|
|
|
|
|
this.remove(birBaseActivityLqw); |
|
|
|
|
|
|
|
activityCenterGoodsAllList = this.baseMapper.selectChangeCenterGoods(startDate,endDate,null); |
|
|
|
// activityCenterGoodsAllList = this.baseMapper.selectChangeCenterGoods(null,null,20637L);
|
|
|
|
if(activityCenterGoodsAllList.size()<1){ |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
//加载所有自定义成本中心
|
|
|
|
List<BmsCostCenter> costCenterList = costCenterMapper.selectList(new QueryWrapper<>()); |
|
|
|
|
|
|
|