Commit 51245401 by 庄冰

aaa

parent cbb2a3fa
...@@ -847,6 +847,9 @@ class OrderService extends ServiceBase { ...@@ -847,6 +847,9 @@ class OrderService extends ServiceBase {
attributes:["id","orderNo","itemCode","itemName","channelItemCode","channelItemName","salesNum", attributes:["id","orderNo","itemCode","itemName","channelItemCode","channelItemName","salesNum",
"orderPayStatus","orderPayStatusName","totalSum","created_at"] "orderPayStatus","orderPayStatusName","totalSum","created_at"]
}); });
if (order.orderPayStatus == "yfk") {
return system.getResultFail(-99, "订单已付款");
}
if(!order || !order.totalSum){ if(!order || !order.totalSum){
return system.getResultFail(-102, "订单数据有误"); return system.getResultFail(-102, "订单数据有误");
} }
......
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