|
@@ -385,7 +385,7 @@ module.exports = app => {
|
|
|
change.cancancel = 4;// 审批人撤回退回原报
|
|
|
}
|
|
|
} else if (change.status === status.checkNo) {
|
|
|
- const onAuditor = this._.find(auditors, function(item) {
|
|
|
+ const onAuditor = this._.findLast(auditors, function(item) {
|
|
|
return item.status === status.checkNo;
|
|
|
});
|
|
|
if (onAuditor && onAuditor.aid === accountId) {
|