|
|
@@ -468,7 +468,7 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
String str=String.format("重复审核人跳过[%s]。",EAProcessStatus.getDesc(newEa.getProcessStatus()));
|
|
|
Date date=new Date();
|
|
|
date.setTime(date.getTime()+1000l);
|
|
|
- List<ExpenseAccountExamine> expenseAccountExamineList = expenseAccountExamineMapper.selectByEaidAndProcessStatus(newEa.getId(), newEa.getProcessStatus());
|
|
|
+ List<ExpenseAccountExamine> expenseAccountExamineList = expenseAccountExamineMapper.selectByEaidAndProcessStatus(newEa.getId(), newEa.getProcessStatus()+1);
|
|
|
String aid="";
|
|
|
for (ExpenseAccountExamine e : expenseAccountExamineList) {
|
|
|
if (e.getStatus()==1){
|