e75138fb by sunchenjie

mod:popup字段导入bug修改;

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