stringsql=$@"SELECT COUNT(0) FROM rb_order WHERE Group_Id ={group_Id} and OrderState =1 and CreateBy ={userId} and (PreferPrice - DiscountMoney) <>(Income - Refund + PlatformTax)";
stringsql=$@"select * from rb_order WHERE Group_Id ={group_Id} and OrderState =1 and CreateBy ={userId} and (PreferPrice - DiscountMoney) <>(Income - Refund + PlatformTax)";