shish 3 年 前
コミット
5e63313ee1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app-hd/controllers/OrderController.php

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

@@ -874,7 +874,7 @@ class OrderController extends BaseController
         }
         if (isset($get['searchText']) && !empty($get['searchText'])) {
             if (is_numeric($get['searchText'])) {
-                $where['sendNum'] = $get['searchText'];
+                $where['actPrice'] = $get['searchText'];
             } else {
                 $where['bookName'] = $get['searchText'];
             }