@@ -129,5 +129,18 @@ INNER JOIN rb_customer_balancedetail b on o.OrderId = b.OrderId
WHERE o.Group_Id ={groupId} and o.OrderState =1 and o.OrderSource =9 and o.PayState =1 and b.RebateType =1 and b.BalanceType =1 and b.BalanceState =2 and o.PayDate <='{dateStr} 23:59:59' ";
stringsql=$@"SELECT SUM(Money) as money FROM rb_customer_balancedetail WHERE Group_Id ={groupId} and RebateType ={rebateType} and CustomerId ={customerId} and BalanceType =1 and BalanceState =2";
stringsql=$@"SELECT SUM(AppliedMoney) as money FROM rb_customer_remit WHERE GroupId ={groupId} and Type ={type} and CustomerId ={customerId} and AuditStatus <>4";