| | |
| | | </if> |
| | | </where> |
| | | </select> |
| | | <select id="getShopStatistics" resultType="com.ruoyi.other.vo.ShopStatistics"> |
| | | SELECT |
| | | SUM(ts.shop_all_point) totalPoint, |
| | | SUM(ts.share_point) commissionPoint, |
| | | SUM(ts.server_point) servicePoint, |
| | | SUM(ts.lower_level_giveaway_money) bindCommissionPoint, |
| | | SUM(ts.giveaway_all_money) totalCommissionMoney, |
| | | SUM(ts.giveaway_money) commissionMoney, |
| | | SUM(ts.lower_level_giveaway_money) bindCommissionMoney, |
| | | SUM(ts.server_giveaway_money) serviceCommissionMoney, |
| | | SUM(ts.order_number) totalOrder, |
| | | SUM(ts.server_order_number) serviceOrder, |
| | | SUM(ts.custom_order_number) goodsOrder, |
| | | SUM(ts.can_withdraw_money) canWithdrawMoney, |
| | | SUM(ts.withdraw_money) alreadyWithdrawMoney |
| | | FROM |
| | | t_shop ts |
| | | </select> |
| | | </mapper> |