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