|
@@ -378,6 +378,10 @@ public class TaskService extends ServiceImpl<TaskMapper, Task> implements ITaskS
|
|
|
String to = ""; //导入到哪里(专题库/报告)
|
|
|
String toName = ""; //专题库或报告名称
|
|
|
if (task.getType().equals(5)) {
|
|
|
+// TaskCondition taskCondition = taskConditionService.getById(task.getTaskConditionId());
|
|
|
+// String conditions = taskCondition.getConditions();
|
|
|
+// String taskNameSuffix = conditions.substring(conditions.indexOf("AN=(") + 4, conditions.indexOf(")")).replace(" OR ", "|");
|
|
|
+// type = "专利号" + taskNameSuffix;
|
|
|
type = "专利号";
|
|
|
} else if (task.getType().equals(3) || task.getType().equals(4)) {
|
|
|
type = "检索式";
|