chenjunkai 6 년 전
부모
커밋
52a6d84311
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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()