记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
e52bfa84
Commit
e52bfa84
authored
Sep 29, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
keyword11
parent
7ce255a3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
1 deletion
+10
-1
SweetAntigenicQuestionParam.java
.../service/sweet/dto/param/SweetAntigenicQuestionParam.java
+3
-0
SweetAntigenicQuestion.java
...iquidnet/service/sweet/entity/SweetAntigenicQuestion.java
+5
-0
db_sweetsugar_structure.sql
.../liquidnet-service-sweet/docu/db_sweetsugar_structure.sql
+1
-0
sqlmap.properties
...uidnet-service-sweet/src/main/resources/sqlmap.properties
+1
-1
No files found.
liquidnet-bus-api/liquidnet-service-sweet-api/src/main/java/com/liquidnet/service/sweet/dto/param/SweetAntigenicQuestionParam.java
View file @
e52bfa84
...
@@ -45,6 +45,9 @@ public class SweetAntigenicQuestionParam implements Serializable {
...
@@ -45,6 +45,9 @@ public class SweetAntigenicQuestionParam implements Serializable {
@NotBlank
(
message
=
"keyword1不能为空"
)
@NotBlank
(
message
=
"keyword1不能为空"
)
private
String
keyword1
;
private
String
keyword1
;
@ApiModelProperty
(
position
=
10
,
required
=
false
,
value
=
"keyword11"
,
example
=
"补充信息"
)
private
String
keyword11
;
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
"keyword2"
,
example
=
"1"
)
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
"keyword2"
,
example
=
"1"
)
@NotBlank
(
message
=
"keyword2不能为空"
)
@NotBlank
(
message
=
"keyword2不能为空"
)
private
String
keyword2
;
private
String
keyword2
;
...
...
liquidnet-bus-do/liquidnet-service-sweet-do/src/main/java/com/liquidnet/service/sweet/entity/SweetAntigenicQuestion.java
View file @
e52bfa84
...
@@ -72,6 +72,11 @@ public class SweetAntigenicQuestion implements Serializable {
...
@@ -72,6 +72,11 @@ public class SweetAntigenicQuestion implements Serializable {
*/
*/
private
String
keyword1
;
private
String
keyword1
;
/**
* 答案补充
*/
private
String
keyword11
;
/**
/**
* 答案
* 答案
*/
*/
...
...
liquidnet-bus-service/liquidnet-service-sweet/docu/db_sweetsugar_structure.sql
View file @
e52bfa84
...
@@ -553,6 +553,7 @@ CREATE TABLE `sweet_antigenic_question`
...
@@ -553,6 +553,7 @@ CREATE TABLE `sweet_antigenic_question`
`phone`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'联系电话'
,
`phone`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'联系电话'
,
`urgent_phone`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'紧急联系人电话'
,
`urgent_phone`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'紧急联系人电话'
,
`keyword1`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'答案'
,
`keyword1`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'答案'
,
`keyword11`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'答案补充'
,
`keyword2`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'答案'
,
`keyword2`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'答案'
,
`keyword3`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'答案'
,
`keyword3`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'答案'
,
`keyword4`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'答案'
,
`keyword4`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'答案'
,
...
...
liquidnet-bus-service/liquidnet-service-sweet/src/main/resources/sqlmap.properties
View file @
e52bfa84
...
@@ -54,4 +54,4 @@ sweet_city_vote.insert=INSERT INTO sweet_city_vote (vote_id,phone,openId,unionId
...
@@ -54,4 +54,4 @@ sweet_city_vote.insert=INSERT INTO sweet_city_vote (vote_id,phone,openId,unionId
sweet_city_vote_stat.insert
=
INSERT INTO sweet_city_vote_stat (stat_id,city_code,city_name,vote_num) VALUES (?,?,?,?)
sweet_city_vote_stat.insert
=
INSERT INTO sweet_city_vote_stat (stat_id,city_code,city_name,vote_num) VALUES (?,?,?,?)
sweet_city_vote_stat.update
=
UPDATE sweet_city_vote_stat SET vote_num = IFNULL(vote_num, 0) + 1, updated_at = ? WHERE city_code = ?
sweet_city_vote_stat.update
=
UPDATE sweet_city_vote_stat SET vote_num = IFNULL(vote_num, 0) + 1, updated_at = ? WHERE city_code = ?
# --------------------------防疫答题--------------------------
# --------------------------防疫答题--------------------------
sweet_antigenic_question.insert
=
INSERT INTO sweet_antigenic_question (question_id,type,openId,unionId,nickname,address,phone,urgent_phone,keyword1,keyword2,keyword3,keyword4,keyword5,keyword6,keyword7) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
sweet_antigenic_question.insert
=
INSERT INTO sweet_antigenic_question (question_id,type,openId,unionId,nickname,address,phone,urgent_phone,keyword1,keyword11,keyword2,keyword3,keyword4,keyword5,keyword6,keyword7) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment