Kaynağa Gözat

提取pid更新

zhaozhen 1 yıl önce
ebeveyn
işleme
f2ae70ad87
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      app/Console/Commands/Test.php

+ 2 - 2
app/Console/Commands/Test.php

@@ -704,8 +704,8 @@ class Test extends Command
704 704
         $idMax = MassMsg::query()->where('is_draw', 1)->max('id');
705 705
 
706 706
         while ($idMin < $idMax) {
707
-            $list = DjOrder::query()
708
-                ->whereNotNull('pid')
707
+            $list = MassMsg::query()
708
+                ->where('is_draw', 1)
709 709
                 ->where('id', '>', $idMin)
710 710
                 ->where('id', '<=', $idMax)
711 711
                 ->orderBy('id', 'ASC')