@@ -91,7 +91,7 @@ namespace MySystem
db.SaveChanges();
}
- else if(pos.BrandId == 2) //开店宝
+ else if(pos.BrandId == 2 && Kind == 1) //开店宝
{
Fee = Fee / 100;
string content = ModifyFee(pos.PosSn, Fee);