stringsql=$@"SELECT b.BatchName,r.OrderSourceId,SUM(r.CommissionMoeny)as CommissionMoeny FROM rb_order_returncomission r
INNER JOIN rb_returnmoney_batch b on r.BatchId = b.Id
WHERE r.GroupId ={groupId} and r.OrderSourceType in(1,3) and r.CommissionType =1 and b.BatchName in({string.Join(",",monthList)}) and r.CommissionMoeny >0