|
@@ -50,7 +50,7 @@ public class HaoDaFeeHelper
|
|
|
if(info != null && addinfo != null)
|
|
|
{
|
|
|
string FeeRate = addinfo.FeeRate;
|
|
|
- if(!string.IsNullOrEmpty(FeeRate)) FeeRate = "0.38";
|
|
|
+ if(string.IsNullOrEmpty(FeeRate)) FeeRate = "0.38";
|
|
|
string result = HaoDaHelper.Instance.SetFee(addinfo.MchtNo, FeeRate, addinfo.BrandId);
|
|
|
JsonData jsonObj = JsonMapper.ToObject(result);
|
|
|
int Status = 0;
|