Эх сурвалжийг харах

Merge branch 'master' of http://git.huaml.com/zhh/huahuibao

林琦海 5 жил өмнө
parent
commit
8bd7a9272b

+ 2 - 2
app-hd/controllers/OrderController.php

@@ -529,9 +529,9 @@ class OrderController extends BaseController
         }
         if (!empty($search)) {
             if (stringUtil::isMobile($search)) {
-                $where['receiveMobile'] = $search;
+                $where['bookMobile'] = $search;
             } else {
-                $where['id'] = $search;
+                $where['orderSn'] = $search;
             }
         }
         $searchTime = $get['searchTime'] ?? '';