Commit f9cd2fab authored by jianghaiming's avatar jianghaiming

updateS:et

parent b86f85eb
......@@ -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