liuhairui před 4 měsíci
rodič
revize
7b67497981
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      application/job/TextToTextJob.php

+ 1 - 1
application/job/TextToTextJob.php

@@ -37,7 +37,7 @@ class TextToTextJob
             $list = Db::name("text_to_image")
                 ->where('old_image_url', $fullPath)
                 ->where('img_name', '<>', '')
-                ->where('status', 0)
+//                ->where('status', 0)
                 ->select();
 
             if (!empty($list)) {