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
683b9cc1
Commit
683b9cc1
authored
Jan 16, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
套餐增加排序XML
parent
46d3a60d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
PackMapper.xml
share-system/src/main/resources/mapper/system/PackMapper.xml
+5
-0
No files found.
share-system/src/main/resources/mapper/system/PackMapper.xml
View file @
683b9cc1
...
...
@@ -8,6 +8,7 @@
<result
property=
"id"
column=
"id"
/>
<result
property=
"name"
column=
"name"
/>
<result
property=
"duration"
column=
"duration"
/>
<result
property=
"sort"
column=
"sort"
/>
<result
property=
"price"
column=
"price"
/>
<result
property=
"packaStartPeriod"
column=
"packa_start_period"
/>
<result
property=
"packaEndPeriod"
column=
"packa_end_period"
/>
...
...
@@ -24,6 +25,7 @@
name,
duration,
price,
sort,
packa_start_period,
packa_end_period,
first_order_available,
...
...
@@ -67,6 +69,7 @@
<if
test=
"packaStartPeriod != null"
>
packa_start_period,
</if>
<if
test=
"packaEndPeriod != null"
>
packa_end_period,
</if>
<if
test=
"firstOrderAvailable != null"
>
first_order_available,
</if>
<if
test=
"sort != null"
>
sort,
</if>
<if
test=
"createBy != null"
>
create_by,
</if>
<if
test=
"createTime != null"
>
create_time,
</if>
<if
test=
"updateBy != null"
>
update_by,
</if>
...
...
@@ -80,6 +83,7 @@
<if
test=
"packaStartPeriod != null"
>
#{packaStartPeriod},
</if>
<if
test=
"packaEndPeriod != null"
>
#{packaEndPeriod},
</if>
<if
test=
"firstOrderAvailable != null"
>
#{firstOrderAvailable},
</if>
<if
test=
"sort != null"
>
#{sort},
</if>
<if
test=
"createBy != null"
>
#{createBy},
</if>
<if
test=
"createTime != null"
>
#{createTime},
</if>
<if
test=
"updateBy != null"
>
#{updateBy},
</if>
...
...
@@ -97,6 +101,7 @@
<if
test=
"packaStartPeriod != null"
>
packa_start_period = #{packaStartPeriod},
</if>
<if
test=
"packaEndPeriod != null"
>
packa_end_period = #{packaEndPeriod},
</if>
<if
test=
"firstOrderAvailable != null"
>
first_order_available = #{firstOrderAvailable},
</if>
<if
test=
"sort != null"
>
sort = #{sort},
</if>
<if
test=
"createBy != null"
>
create_by = #{createBy},
</if>
<if
test=
"createTime != null"
>
create_time = #{createTime},
</if>
<if
test=
"updateBy != null"
>
update_by = #{updateBy},
</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