wangliang 2 سال پیش
والد
کامیت
a857b18501
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      teachcloud-common/src/main/resources/mapper/TBTaskMapper.xml

+ 1 - 1
teachcloud-common/src/main/resources/mapper/TBTaskMapper.xml

@@ -14,7 +14,7 @@
             tbt.create_id as createId,
             su.real_name as createName,
             if(ISNULL(tbt.import_file_path),false,true) as hasImportFile,
-            if(ISNULL(tbt.result_file_path),false,true) or if(ISNULL(tbt.import_file_path),false,true) as hasResultFile,
+            if(ISNULL(tbt.result_file_path),false,true) as hasResultFile,
             if(ISNULL(tbt.report_file_path),false,true) as hasReportFile,
             if(ISNULL(tbt.error_file_path),false,true) as hasErrorFile,
             tbt.reset_count as resetCount,