liuhairui 4 сар өмнө
parent
commit
7b67497981

+ 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)) {