优化测试
This commit is contained in:
parent
f3bfabbf35
commit
247968b9a8
@ -708,12 +708,8 @@ public class FlowStartServiceImpl extends ServiceImpl<FlowStartMapper, FlowStart
|
||||
roleJSON += "]";
|
||||
roleJSON = roleJSON.replace(",]", "]");
|
||||
resultRecord.setFlowStaffIdRole(roleJSON);
|
||||
resultRecords.add(resultRecord);
|
||||
}
|
||||
resultRecordService.saveBatch(resultRecords);
|
||||
for (ResultRecord resultRecord:
|
||||
resultRecords) {
|
||||
//resultRecordService.insertResultRecord(resultRecord);
|
||||
|
||||
resultRecordService.insertResultRecord(resultRecord);
|
||||
//staffInfo.setRecordId(resultRecord.getId());
|
||||
//下面生成实际的考核流程
|
||||
//resultRecordService.initFlowRecord(resultRecord.getId());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user