Commit 670dbee5 by 吴一龙

fix StduioAxfOrderMapper.xml student_id

parent b6091bce
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<!-- 通用查询结果列 --> <!-- 通用查询结果列 -->
<sql id="Base_Column_List"> <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> </sql>
<select id="agg" resultType="com.jiejing.fitness.finance.api.axf.vo.AggStudioAxfOrderVO"> <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 select sum(original_price) as originalPrice, sum(sale_price) as salePrice, sum(received_amount) as receivedAmount, sum(received_actual_amount) as receivedActualAmount
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment