|
@@ -121,7 +121,7 @@ public class TDkAuditflowRecordServiceImpl implements ITDkAuditflowRecordService
|
|
|
v0_id = IdUtils.fastSimpleUUID();
|
|
|
newDkAuditFlowRecord.setNextId(v0_id);
|
|
|
tDkAuditflowRecordMapper.insertTDkAuditflowRecord(newDkAuditFlowRecord);
|
|
|
- if ("WYFF".equals(stepNewObj.getNextSuccess())) {
|
|
|
+ if ("SJXF".equals(stepNewObj.getNextSuccess())) {
|
|
|
break;
|
|
|
}
|
|
|
xyjAuditflowOrder++;
|