Commit e008e0b0 authored by jianghaiming's avatar jianghaiming

Merge branch 'clear_price_0816' into test

parents 3b1776c0 f9cd2fab
......@@ -773,6 +773,10 @@ class GoodsService
}
}
}
}else{
if (($price - $chargeFee) < $clearPrice) {
throw new GoodsException(['cus' => 40]);
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment