|
|
@@ -543,7 +543,7 @@ public class ProcessAuditServiceImpl extends ServiceImpl<ProcessAuditMapper, Pro
|
|
543
|
543
|
|
|
544
|
544
|
//第二个人审批 审批状态为2 3 (XX 第一条数据的状态是,2:审批不通过,3:审批完成进行中)
|
|
545
|
545
|
|
|
546
|
|
- ew.and(x->x.eq("result",1).ne("audit_state", 0).or().ne("result",1).ge("audit_state", 2));
|
|
|
546
|
+ ew.and(x->x.eq("result",1).ne("audit_state", 0).or().ne("result",1).le("audit_state", 2));
|
|
547
|
547
|
|
|
548
|
548
|
|
|
549
|
549
|
}
|