e75138fb by sunchenjie

mod:popup字段导入bug修改;

1 parent 5111bf20
...@@ -58,7 +58,7 @@ public class SpeechLittlePhaseAddDTO { ...@@ -58,7 +58,7 @@ public class SpeechLittlePhaseAddDTO {
58 return SpeechLittlePhaseEditDTO.builder().hintNum(this.littlePhaseSerialNum).hintName(this.littlePhaseName) 58 return SpeechLittlePhaseEditDTO.builder().hintNum(this.littlePhaseSerialNum).hintName(this.littlePhaseName)
59 .hintTitle(this.littlePhaseTitle).tts(this.ttsContent).condition(getConditionMap()).hintType(getHintType()) 59 .hintTitle(this.littlePhaseTitle).tts(this.ttsContent).condition(getConditionMap()).hintType(getHintType())
60 .bindBefore(this.bindBefore).bindAfter(this.bindAfter).bindUnique(this.bindUnique) 60 .bindBefore(this.bindBefore).bindAfter(this.bindAfter).bindUnique(this.bindUnique)
61 .classIndex(0).popup(this.popup).build(); 61 .classIndex(0).build();
62 } 62 }
63 63
64 private HashMap<String, Object> getConditionMap() { 64 private HashMap<String, Object> getConditionMap() {
...@@ -82,6 +82,7 @@ public class SpeechLittlePhaseAddDTO { ...@@ -82,6 +82,7 @@ public class SpeechLittlePhaseAddDTO {
82 } 82 }
83 } else if (this.phaseType == 3) { 83 } else if (this.phaseType == 3) {
84 hintTypeMap.put("docType", this.fileType); 84 hintTypeMap.put("docType", this.fileType);
85 hintTypeMap.put("popup",this.popup);
85 } else if (this.phaseType == 4) { 86 } else if (this.phaseType == 4) {
86 hintTypeMap.put("certificateType", this.identityType); 87 hintTypeMap.put("certificateType", this.identityType);
87 if (this.identityType == 1 || this.identityType == 2) { 88 if (this.identityType == 1 || this.identityType == 2) {
......
...@@ -33,6 +33,4 @@ public class SpeechLittlePhaseEditDTO { ...@@ -33,6 +33,4 @@ public class SpeechLittlePhaseEditDTO {
33 33
34 private Integer classIndex; 34 private Integer classIndex;
35 35
36 private Integer popup;
37
38 } 36 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!