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