chenjunkai 6 năm trước cách đây
mục cha
commit
52a6d84311
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()