@@ -128,7 +128,7 @@ namespace MySystem.Areas.Admin.Controllers
string BizAmount31 = "0.00";//活动奖励
string BizAmount114 = "0.00";//私董会分红
string BizAmount115 = "0.00";//分仓奖励
- string BizAmount126 = "0.00";//分仓奖励
+ string BizAmount126 = "0.00";//机具货款退还
DataTable dt = OtherMySqlConn.dtable("SELECT SUM(if(BizType=30,Amount,0)),SUM(if(BizType=31,Amount,0)),SUM(if(BizType=114,Amount,0)),SUM(if(BizType=115,Amount,0)),SUM(if(BizType=126,Amount,0)) FROM SysRechargeRecord where 1=1 " + condition);
if (dt.Rows.Count > 0)
{