Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_ht
Overview
Overview
Details
Activity
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
pseer
gxpt_ht
Commits
7604060d
Commit
7604060d
authored
Jul 31, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字段
parent
2f073ad4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
ConsumerMemberMapper.xml
...src/main/resources/mapper/system/ConsumerMemberMapper.xml
+7
-7
No files found.
share-system/src/main/resources/mapper/system/ConsumerMemberMapper.xml
View file @
7604060d
...
...
@@ -16,7 +16,7 @@
<result
property=
"expirationDate"
column=
"expiration_date"
/>
<result
property=
"membershipProgress"
column=
"membership_progress"
/>
<result
property=
"isRecharge"
column=
"is_recharge"
/>
<result
property=
"isRight
"
column=
"is_right
"
/>
<result
property=
"isRight
s"
column=
"is_rights
"
/>
<result
property=
"isDelete"
column=
"is_delete"
/>
<result
property=
"createBy"
column=
"create_by"
/>
<result
property=
"createTime"
column=
"create_time"
/>
...
...
@@ -34,7 +34,7 @@
expiration_date,
membership_progress,
is_recharge,
is_right,
is_right
s
,
is_delete,
create_by,
create_time,
...
...
@@ -56,7 +56,7 @@
m.expiration_date,
m.membership_progress,
m.is_recharge,
m.is_right,
m.is_right
s
,
m.is_delete,
m.create_by,
m.create_time,
...
...
@@ -94,7 +94,7 @@
m.expiration_date,
m.membership_progress,
m.is_recharge,
m.is_right,
m.is_right
s
,
m.is_delete,
m.create_by,
m.create_time,
...
...
@@ -117,7 +117,7 @@
<if
test=
"expirationDate != null"
>
expiration_date,
</if>
<if
test=
"membershipProgress != null"
>
membership_progress,
</if>
<if
test=
"isRecharge != null"
>
is_recharge,
</if>
<if
test=
"isRight
!= null"
>
is_right
,
</if>
<if
test=
"isRight
s != null"
>
is_rights
,
</if>
<if
test=
"isDelete != null"
>
is_delete,
</if>
<if
test=
"createBy != null"
>
create_by,
</if>
<if
test=
"createTime != null"
>
create_time,
</if>
...
...
@@ -133,7 +133,7 @@
<if
test=
"expirationDate != null"
>
#{expirationDate},
</if>
<if
test=
"membershipProgress != null"
>
#{membershipProgress},
</if>
<if
test=
"isRecharge != null"
>
#{isRecharge},
</if>
<if
test=
"isRight
!= null"
>
#{isRight
},
</if>
<if
test=
"isRight
s != null"
>
#{isRights
},
</if>
<if
test=
"isDelete != null"
>
#{isDelete},
</if>
<if
test=
"createBy != null"
>
#{createBy},
</if>
<if
test=
"createTime != null"
>
#{createTime},
</if>
...
...
@@ -153,7 +153,7 @@
<if
test=
"expirationDate != null"
>
expiration_date = #{expirationDate},
</if>
<if
test=
"membershipProgress != null"
>
membership_progress = #{membershipProgress},
</if>
<if
test=
"isRecharge != null"
>
is_recharge = #{isRecharge},
</if>
<if
test=
"isRight
!= null"
>
is_right = #{isRight
},
</if>
<if
test=
"isRight
s != null"
>
is_rights = #{isRights
},
</if>
<if
test=
"isDelete != null"
>
is_delete = #{isDelete},
</if>
<if
test=
"createBy != null"
>
create_by = #{createBy},
</if>
<if
test=
"createTime != null"
>
create_time = #{createTime},
</if>
...
...
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