@@ -320,7 +320,7 @@ namespace MySystem
db.SaveChanges();
}
- else if(pos.BrandId == 11 || pos.BrandId == 12) //盒易付
+ else if(pos.BrandId == 12) //盒易付
{
string content = BoxFee(merchant.KqMerNo, Fee.ToString("f2"));
JsonData obj = JsonMapper.ToObject(content);