Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fit-finance
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fitness-server
fit-finance
Commits
670dbee5
Commit
670dbee5
authored
Dec 05, 2024
by
吴一龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix StduioAxfOrderMapper.xml student_id
parent
b6091bce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
repository/src/main/java/com/jiejing/fitness/finance/repository/mapper/StudioAxfOrderMapper.xml
+1
-1
No files found.
repository/src/main/java/com/jiejing/fitness/finance/repository/mapper/StudioAxfOrderMapper.xml
View file @
670dbee5
...
...
@@ -17,7 +17,7 @@
<!-- 通用查询结果列 -->
<sql
id=
"Base_Column_List"
>
id, studio_id, channel_no, merchant_id, commodity_id,
student_id, student
_name, sign_state, total_period, original_price, sale_price, received_amount, received_fee, received_actual_amount, received_period, rate, voucher_id, voucher_business_no, third_order_no, cancel_op_id, cancel_op_name, cancel_fail_message, attr, cancel_time, sign_time, create_time, update_time
id, studio_id, channel_no, merchant_id, commodity_id,
member_id, member
_name, sign_state, total_period, original_price, sale_price, received_amount, received_fee, received_actual_amount, received_period, rate, voucher_id, voucher_business_no, third_order_no, cancel_op_id, cancel_op_name, cancel_fail_message, attr, cancel_time, sign_time, create_time, update_time
</sql>
<select
id=
"agg"
resultType=
"com.jiejing.fitness.finance.api.axf.vo.AggStudioAxfOrderVO"
>
select sum(original_price) as originalPrice, sum(sale_price) as salePrice, sum(received_amount) as receivedAmount, sum(received_actual_amount) as receivedActualAmount
...
...
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