|
|
@@ -59,7 +59,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
Fields.Add("PosSn", "1"); //SN编号
|
|
|
Fields.Add("BrandId", "0"); //品牌
|
|
|
|
|
|
- string condition = " and Status>-1 AND BindingState = 1 AND DATE_SUB(CURDATE(), INTERVAL 180 DAY) >= date(BindingTime) and UpFeeFlag =1 and DownFeeFlag =0";
|
|
|
+ string condition = " and Status>-1 AND BindingState = 1 AND DATE_SUB(CURDATE(), INTERVAL 180 DAY) >= date(BindingTime) and DownFeeFlag =0";
|
|
|
//绑定状态
|
|
|
if (!string.IsNullOrEmpty(BindingStateSelect))
|
|
|
{
|
|
|
@@ -482,8 +482,6 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
|
|
|
if (pos.BrandId == 1 || pos.BrandId == 3 || pos.BrandId == 6)
|
|
|
{
|
|
|
-
|
|
|
-
|
|
|
// PosId:机具Id
|
|
|
// Kind:1或2,1为费率0.63,2为费率0.6
|
|
|
// OpMan:操作人,app传创客编号,后台传SysUserName
|