提交测试
This commit is contained in:
parent
0361e33847
commit
73dc741b51
@ -759,8 +759,9 @@ public class ResultRecordController extends AbstractController {
|
|||||||
boolean isSetKeyResult = false;
|
boolean isSetKeyResult = false;
|
||||||
List<FlowRecord> flowRecords = flowRecordService.selectFlowRecordByRecordIdStatus(dto.getId(), 2);
|
List<FlowRecord> flowRecords = flowRecordService.selectFlowRecordByRecordIdStatus(dto.getId(), 2);
|
||||||
if(flowRecords.size() > 0){
|
if(flowRecords.size() > 0){
|
||||||
if(flowRecords.get(0).getFlowProcess().intValue() == 0){
|
if(flowRecords.get(0).getFlowProcess().intValue() < 2){//因为先提交流程在保存,所以这里写了小于2
|
||||||
//指定目标中
|
//指定目标中
|
||||||
|
log.info("制定目标中");
|
||||||
isSetKeyResult = true;
|
isSetKeyResult = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user