|
|
@ -134,7 +134,7 @@ public class TbsCostApplyServiceImpl extends ServiceImpl<TbsCostApplyMapper,TbsC |
|
|
|
currActivity = activity; |
|
|
|
} |
|
|
|
} |
|
|
|
TbsBudgetLog budgetLog = budgetLogService.buildTbsBudgetLog(0,sysUser, costApply, item, budget,item.getCenterGoodsAmount().negate(),currActivity); |
|
|
|
TbsBudgetLog budgetLog = budgetLogService.buildTbsBudgetLog(1,sysUser, costApply, item, budget,item.getCenterGoodsAmount().negate(),currActivity); |
|
|
|
budgetLogList.add(budgetLog); |
|
|
|
} |
|
|
|
if(CollectionUtil.isNotEmpty(budgetLogList)){ |
|
|
|