|
|
@ -37,10 +37,7 @@ import com.epmet.dataaggre.dto.epmettduck.result.AnalysisReportResDTO; |
|
|
|
import com.epmet.dataaggre.dto.epmettduck.result.OptionDTO; |
|
|
|
import com.epmet.dataaggre.dto.epmettduck.result.ProjectProfileResultDTO; |
|
|
|
import com.epmet.dataaggre.dto.epmettduck.result.TDuckListResultDTO; |
|
|
|
import com.epmet.dataaggre.dto.epmettduck.struct.CheckboxExpandStruct; |
|
|
|
import com.epmet.dataaggre.dto.epmettduck.struct.RadioExpandStruct; |
|
|
|
import com.epmet.dataaggre.dto.epmettduck.struct.RateExpandStruct; |
|
|
|
import com.epmet.dataaggre.dto.epmettduck.struct.SelectExpandStruct; |
|
|
|
import com.epmet.dataaggre.dto.epmettduck.struct.*; |
|
|
|
import com.epmet.dataaggre.entity.epmettduck.PrUserProjectEntity; |
|
|
|
import com.epmet.dataaggre.entity.epmettduck.PrUserProjectResultEntity; |
|
|
|
import com.epmet.dataaggre.service.epmettduck.PrUserProjectService; |
|
|
@ -362,6 +359,9 @@ public class PrUserProjectServiceImpl extends BaseServiceImpl<PrUserProjectDao, |
|
|
|
|
|
|
|
//3.4级联 todo
|
|
|
|
if(ProjectItemTypeEnum.CASCADER.getValue().equals(currentType)){ |
|
|
|
CascaderExpandStruct cascaderExpandStruct = JSON.parseObject(item.getExpand(), CascaderExpandStruct.class); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
continue; |
|
|
|
} |
|
|
|