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
6de6e84a
Commit
6de6e84a
authored
Jul 31, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改xml
parent
7604060d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
RechargeMapper.xml
...ystem/src/main/resources/mapper/system/RechargeMapper.xml
+12
-0
No files found.
share-system/src/main/resources/mapper/system/RechargeMapper.xml
View file @
6de6e84a
...
...
@@ -10,6 +10,8 @@
<result
property=
"rechargeAmount"
column=
"recharge_amount"
/>
<result
property=
"payType"
column=
"pay_type"
/>
<result
property=
"giveAmount"
column=
"give_amount"
/>
<result
property=
"giveDuration"
column=
"give_duration"
/>
<result
property=
"giveIntegral"
column=
"give_integral"
/>
<result
property=
"giveType"
column=
"give_type"
/>
<result
property=
"status"
column=
"status"
/>
<result
property=
"consumerCouponIds"
column=
"consumer_coupon_ids"
/>
...
...
@@ -36,6 +38,8 @@
recharge_amount,
pay_type,
give_amount,
give_duration,
give_integral,
give_type,
status,
consumer_coupon_ids,
...
...
@@ -61,6 +65,8 @@
r.recharge_amount,
r.pay_type,
r.give_amount,
r.give_duration,
r.give_integral,
r.give_type,
r. status,
r.consumer_coupon_ids,
...
...
@@ -121,6 +127,8 @@
<if
test=
"rechargeAmount != null"
>
recharge_amount,
</if>
<if
test=
"payType != null"
>
pay_type,
</if>
<if
test=
"giveAmount != null"
>
give_amount,
</if>
<if
test=
"giveDuration != null"
>
give_duration,
</if>
<if
test=
"giveIntegral != null"
>
give_integral,
</if>
<if
test=
"giveType != null and giveType != ''"
>
give_type,
</if>
<if
test=
"status != null"
>
status,
</if>
<if
test=
"consumerCouponIds != null"
>
consumer_coupon_ids,
</if>
...
...
@@ -143,6 +151,8 @@
<if
test=
"rechargeAmount != null"
>
#{rechargeAmount},
</if>
<if
test=
"payType != null"
>
#{payType},
</if>
<if
test=
"giveAmount != null"
>
#{giveAmount},
</if>
<if
test=
"giveDuration != null"
>
#{giveDuration},
</if>
<if
test=
"giveIntegral != null"
>
#{giveIntegral},
</if>
<if
test=
"giveType != null and giveType != ''"
>
#{giveType},
</if>
<if
test=
"status != null"
>
#{status},
</if>
<if
test=
"consumerCouponIds != null"
>
#{consumerCouponIds},
</if>
...
...
@@ -169,6 +179,8 @@
<if
test=
"rechargeAmount != null"
>
recharge_amount = #{rechargeAmount},
</if>
<if
test=
"payType != null"
>
pay_type = #{payType},
</if>
<if
test=
"giveAmount != null"
>
give_amount = #{giveAmount},
</if>
<if
test=
"giveDuration != null"
>
give_duration = #{giveDuration},
</if>
<if
test=
"giveIntegral != null"
>
give_integral = #{giveIntegral},
</if>
<if
test=
"giveType != null and giveType != ''"
>
give_type = #{giveType},
</if>
<if
test=
"status != null"
>
status = #{status},
</if>
<if
test=
"consumerCouponIds != null"
>
consumer_coupon_ids = #{consumerCouponIds},
</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