Browse Source

发起新增无财务报错提示

anderx 2 years ago
parent
commit
585caf84da

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

@@ -143,7 +143,7 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
     /**
      * 新增报销日志
      * @param eaid 报销编号
-     * @param status 状态 0创建 1发起 2通过 3驳回 4修改
+     * @param status 状态 0发起 1通过 2完成 3驳回 4修改
      * @param str 备注
      */
     private void addExpenseAccountLog(Integer eaid, Integer status,Integer processStatus,String aid, String str) {
@@ -153,7 +153,7 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
     /**
      * 新增报销日志
      * @param eaid 报销编号
-     * @param status 状态 0创建 1发起 2通过 3驳回 4修改
+     * @param status 状态 0发起 1通过 2完成 3驳回 4修改
      * @param str 备注
      */
     private void addExpenseAccountLog(Integer eaid, Integer status,Integer processStatus,String aid, String str,Date date) {