|
|
@ -360,20 +360,11 @@ public class PrUserProjectServiceImpl extends BaseServiceImpl<PrUserProjectDao, |
|
|
|
continue; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//3.4级联 todo
|
|
|
|
if(ProjectItemTypeEnum.CASCADER.getValue().equals(currentType)){ |
|
|
|
|
|
|
|
continue; |
|
|
|
} |
|
|
|
if(ProjectItemTypeEnum.RADIO.getValue().equals(currentType)){ |
|
|
|
|
|
|
|
continue; |
|
|
|
} |
|
|
|
if(ProjectItemTypeEnum.CHECKBOX.getValue().equals(currentType)){ |
|
|
|
|
|
|
|
continue; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//4、计数器显示所有填写者选择的数字总和
|
|
|
|
if(ProjectItemTypeEnum.NUMBER_INPUT.getValue().equals(currentType)){ |
|
|
|