supeng 2 bulan lalu
induk
melakukan
ad9e5e2926

+ 1 - 1
content-understanding-core/src/main/java/com/tzld/piaoquan/content/understanding/service/impl/PipelineServiceImpl.java

@@ -124,7 +124,7 @@ public class PipelineServiceImpl implements PipelineService {
         int insertCount = cuTaskMapper.insertSelective(cuTask);
         String reason = "";
         if (insertCount <= 0) {
-            throw new CommonException(ExceptionEnum.SYSTEM_ERROR, "");
+            throw new CommonException(ExceptionEnum.SYSTEM_ERROR, "新增任务失败");
         }
         // 2.获取pipeline配置
         Integer contentType = contentDTO.getContentType();