shish 2 月之前
父节点
当前提交
abadf3f630
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      console/controllers/CustomController.php

+ 1 - 1
console/controllers/CustomController.php

@@ -157,7 +157,7 @@ class CustomController extends Controller
             // 1. 查询 xhShop 表,获取所有 ptStyle = 1 的门店数据,每次取出500个进行处理
             $query = Shop::find()
                 ->select('id, mainId')
-                ->where(['ptStyle' => 1])
+                ->where(['ptStyle' => 1,'id'=>6362])
                 ->orderBy('id DESC')
                 ->asArray();