|
|
@@ -169,7 +169,7 @@ public class ResumptionServiceImpl implements ResumptionService{
|
|
|
}
|
|
|
appResumptionDataMapper.insert(data);
|
|
|
|
|
|
- if(taskDetailVo.getSubType() == 2){
|
|
|
+ if(taskDetailVo.getSubType() == 2 && ObjectUtil.equal(point.getResValue(),1) ){
|
|
|
SysOrg org = remoteOrgService.selectSysOrgById(sysResumption.getOrgId(), SecurityConstants.INNER);
|
|
|
Question question = Question.builder()
|
|
|
.srcTaskId(taskId)
|