Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sunchenjie
/
ImportSpeechPhaseByExcel
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e75138fb
authored
2020-07-28 10:20:26 +0800
by
sunchenjie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
mod:popup字段导入bug修改;
1 parent
5111bf20
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
src/main/java/com/phase/SpeechLittlePhaseAddDTO.java
src/main/java/com/phase/SpeechLittlePhaseEditDTO.java
src/main/java/com/phase/SpeechLittlePhaseAddDTO.java
View file @
e75138f
...
...
@@ -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
)
{
...
...
src/main/java/com/phase/SpeechLittlePhaseEditDTO.java
View file @
e75138f
...
...
@@ -33,6 +33,4 @@ public class SpeechLittlePhaseEditDTO {
private
Integer
classIndex
;
private
Integer
popup
;
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment