chenjunkai 6 years ago
parent
commit
52a6d84311
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/OrderContrller.py

+ 1 - 0
Controller/OrderContrller.py

@@ -76,6 +76,7 @@ class OrderView(View):
         if uid:
             omqs.filter(UID=uid)
         if not omqs.exists():
+
             return response.json(173)
             # return response.json(10, '订单不存在')
         count = omqs.count()