zhangyuewww 2 vuotta sitten
vanhempi
commit
870d4b3a1c

+ 2 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/ExpenseInfoServiceImpl.java

@@ -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{