Commit 3ed4b99d by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 16427c15 ded51a7f
......@@ -119,9 +119,9 @@ class UtilsOrderService extends AppServiceBase {
}
// console.log("buyTotalSum", buyTotalSum)
// console.log("totalSum", totalSum)
if (buyTotalSum < totalSum) {
return system.getResult(null, "订单金额有误,100060");
}
// if (buyTotalSum < totalSum) {
// return system.getResult(null, "订单金额有误,100060");
// }
let tmpPriceList = [];
pobj.actionBody.product_info.price_item = price_list[productIndex];
tmpPriceList.push(pobj.actionBody.product_info.price_item);
......
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