|  | @@ -187,7 +187,8 @@
 | 
	
		
			
				|  |  |          <include refid="queryLiveRoomGoodsOrderSql"/>
 | 
	
		
			
				|  |  |      </select>
 | 
	
		
			
				|  |  |      <select id="sumLiveRoomGoodsOrderList" resultType="java.util.Map">
 | 
	
		
			
				|  |  | -        SELECT COUNT(DISTINCT spo.user_id_) buyNum,SUM(spo.expect_amount_) totalAmount
 | 
	
		
			
				|  |  | +        SELECT COUNT(DISTINCT spo.user_id_) buyNum,SUM(spo.expect_amount_) totalAmount,
 | 
	
		
			
				|  |  | +        SUM(spo.balance_payment_amount_) balancePaymentAmount,SUM(spo.actual_amount_) actualAmount
 | 
	
		
			
				|  |  |          FROM student_payment_order spo
 | 
	
		
			
				|  |  |          LEFT JOIN sys_user su ON su.id_ = spo.user_id_
 | 
	
		
			
				|  |  |          <include refid="queryLiveRoomGoodsOrderSql"/>
 |