|
@@ -378,6 +378,8 @@ public class ExpenseInfoServiceImpl extends ServiceImpl<ExpenseInfoMapper, Expen
|
|
|
for (ExpenseAllocationInfo expenseAllocationInfo : expenseAllocationInfoList) {
|
|
|
//有id的编辑
|
|
|
if (expenseAllocationInfo.getId()!=null) {
|
|
|
+ expenseAllocationInfo.setStatusFlag(StatusEnum.TO_BE_CONFIRMED.getFlag());
|
|
|
+ expenseAllocationInfo.setStatus(StatusEnum.TO_BE_CONFIRMED.getName());
|
|
|
expenseAllocationInfoService.updateById(expenseAllocationInfo);
|
|
|
}
|
|
|
else{
|