记得上下班打卡 | 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
2ae3bd80
Commit
2ae3bd80
authored
Jun 10, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:会员价格status -> state;
parent
6e1c2f80
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
AdamMemberPriceParam.java
.../com/liquidnet/service/adam/dto/AdamMemberPriceParam.java
+2
-2
AdamMemberPriceMapper.xml
...m/liquidnet/service/adam/mapper/AdamMemberPriceMapper.xml
+2
-2
No files found.
liquidnet-bus-api/liquidnet-service-adam-api/src/main/java/com/liquidnet/service/adam/dto/AdamMemberPriceParam.java
View file @
2ae3bd80
...
@@ -22,8 +22,8 @@ public class AdamMemberPriceParam implements Serializable {
...
@@ -22,8 +22,8 @@ public class AdamMemberPriceParam implements Serializable {
@NotBlank
@NotBlank
private
String
memberId
;
private
String
memberId
;
@ApiModelProperty
(
position
=
3
,
value
=
"状态:0-不可用,1-上线中,2-已下线"
,
allowableValues
=
"0,1,2"
)
@ApiModelProperty
(
position
=
3
,
value
=
"状态:0-不可用,1-上线中,2-已下线"
,
allowableValues
=
"0,1,2"
)
@No
n
Null
@No
t
Null
@Min
(
0
)
@Min
(
1
)
@Max
(
2
)
@Max
(
2
)
private
Integer
state
;
private
Integer
state
;
@ApiModelProperty
(
position
=
4
,
value
=
"会员价格包名称"
,
example
=
"年卡"
)
@ApiModelProperty
(
position
=
4
,
value
=
"会员价格包名称"
,
example
=
"年卡"
)
...
...
liquidnet-bus-do/liquidnet-service-adam-do/src/main/resources/com/liquidnet/service/adam/mapper/AdamMemberPriceMapper.xml
View file @
2ae3bd80
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<resultMap
id=
"MemberPriceResult"
type=
"com.liquidnet.service.adam.entity.AdamMemberPrice"
>
<resultMap
id=
"MemberPriceResult"
type=
"com.liquidnet.service.adam.entity.AdamMemberPrice"
>
<result
column=
"member_price_id"
property=
"memberPriceId"
/>
<result
column=
"member_price_id"
property=
"memberPriceId"
/>
<result
column=
"member_id"
property=
"memberId"
/>
<result
column=
"member_id"
property=
"memberId"
/>
<result
column=
"stat
us"
property=
"status
"
/>
<result
column=
"stat
e"
property=
"state
"
/>
<result
column=
"name"
property=
"name"
/>
<result
column=
"name"
property=
"name"
/>
<result
column=
"price"
property=
"price"
/>
<result
column=
"price"
property=
"price"
/>
<result
column=
"price_fixed"
property=
"priceFixed"
/>
<result
column=
"price_fixed"
property=
"priceFixed"
/>
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<!-- sql -->
<!-- sql -->
<sql
id=
"Base_Column"
>
<sql
id=
"Base_Column"
>
m.member_id,
m.member_id,
m.stat
us
,
m.stat
e
,
m.name,
m.name,
m.price,
m.price,
m.price_fixed,
m.price_fixed,
...
...
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