mod:popup字段导入bug修改;
Showing
2 changed files
with
2 additions
and
3 deletions
... | @@ -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) { | ... | ... |
-
Please register or sign in to post a comment