Commit 3f92dad6 by sdif

用户端代码提交

parent 4fb4f80c
......@@ -611,7 +611,7 @@ public class TotalOrderServiceImpl implements ITotalOrderService {
*/
double fenmo = (double) services.getFenmo() / 100;
double v = totalOrder.getPayMoney() * fenmo;
double v = totalOrder1.getPayMoney() * fenmo;
money = v;
......
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