Commit 3d97e9e2 by 宋毅

tj

parent 9387d321
......@@ -27,8 +27,8 @@ class OrderInfoService extends ServiceBase {
if (!item) {
return system.getResult(null, "order data is empty!");
}
if (item.orderStatus > 1) {
return system.getResult(null, "order status is pay!");
if (item.orderStatus < 2) {
return system.getResult(null, "order status is not pay!");
}
var resultParams = {
order_info: 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