Browse Source

报销开发

anderx 2 years ago
parent
commit
d2400d9585

+ 0 - 1
src/main/java/com/goafanti/expenseAccount/service/impl/ExpenseAccountServiceImpl.java

@@ -390,7 +390,6 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
                                 debit.setLiquidationStatus(3);
                                 expenseAccountMapper.updateByPrimaryKeySelective(debit);
                             }
-
                         }
                     }
                 }