master
面包骑士 2024-09-07 10:05:13 +08:00
parent b22cd4ab2a
commit a082b4dbbf
29 changed files with 35 additions and 35 deletions

View File

@ -17,7 +17,7 @@ import com.baomidou.mybatisplus.annotation.IdType;
/** /**
* node_source * node_source
* *
* @author 2112A * @Author:
* @date 2024-08-23 * @date 2024-08-23
*/ */

View File

@ -13,7 +13,7 @@ import org.apache.commons.lang3.builder.ToStringStyle;
/** /**
* node_disposition * node_disposition
* *
* @author 2112A * @Author:
* @date 2024-08-29 * @date 2024-08-29
*/ */

View File

@ -18,7 +18,7 @@ import org.apache.commons.lang3.builder.ToStringStyle;
/** /**
* task_source * task_source
* *
* @author 2112A * @Author:
* @date 2024-08-22 * @date 2024-08-22
*/ */

View File

@ -15,7 +15,7 @@ import java.io.Serializable;
/** /**
* task_export * task_export
* *
* @author 2112A * @Author:
* @date 2024-09-06 * @date 2024-09-06
*/ */

View File

@ -6,9 +6,9 @@ import lombok.NoArgsConstructor;
import lombok.experimental.SuperBuilder; import lombok.experimental.SuperBuilder;
/** /**
* @author Lenovo * @Author:
* @ ToolIntelliJ IDEA * @ ToolIntelliJ IDEA
* @ AuthorCHX * @ Author:
* @ Date2024-08-23-9:41 * @ Date2024-08-23-9:41
* @ Version1.0 * @ Version1.0
* @ Description * @ Description

View File

@ -6,9 +6,9 @@ import lombok.NoArgsConstructor;
import lombok.experimental.SuperBuilder; import lombok.experimental.SuperBuilder;
/** /**
* @author Lenovo * @Author:
* @ ToolIntelliJ IDEA * @ ToolIntelliJ IDEA
* @ AuthorCHX * @ Author:
* @ Date2024-09-03-22:14 * @ Date2024-09-03-22:14
* @ Version1.0 * @ Version1.0
* @ Description * @ Description

View File

@ -8,7 +8,7 @@ import org.apache.commons.lang3.builder.ToStringStyle;
/** /**
* node_source * node_source
* *
* @author 2112A * @Author:
* @date 2024-08-23 * @date 2024-08-23
*/ */

View File

@ -16,7 +16,7 @@ import org.apache.commons.lang3.builder.ToStringStyle;
/** /**
* task_source * task_source
* *
* @author 2112A * @Author:
* @date 2024-08-22 * @date 2024-08-22
*/ */

View File

@ -10,7 +10,7 @@ import org.apache.commons.lang3.builder.ToStringStyle;
/** /**
* node_source * node_source
* *
* @author 2112A * @Author:
* @date 2024-08-23 * @date 2024-08-23
*/ */

View File

@ -11,7 +11,7 @@ import org.apache.commons.lang3.builder.ToStringStyle;
/** /**
* task_source * task_source
* *
* @author 2112A * @Author:
* @date 2024-08-22 * @date 2024-08-22
*/ */

View File

@ -14,11 +14,11 @@ import java.util.List;
/** /**
* @ ToolIntelliJ IDEA * @ ToolIntelliJ IDEA
* @ AuthorCHX * @ Author
* @ Date2024-08-21-10:50 * @ Date2024-08-21-10:50
* @ Version1.0 * @ Version1.0
* @ Description * @ Description
* @author Lenovo * @Author:
*/ */
@FeignClient(contextId = "RemoteDataSourceService", @FeignClient(contextId = "RemoteDataSourceService",
value = ServiceNameConstants.SOURCE_SERVICE, value = ServiceNameConstants.SOURCE_SERVICE,

View File

@ -7,11 +7,11 @@ import org.springframework.cloud.openfeign.FallbackFactory;
/** /**
* @ ToolIntelliJ IDEA * @ ToolIntelliJ IDEA
* @ AuthorCHX * @ Author:
* @ Date2024-08-21-10:54 * @ Date2024-08-21-10:54
* @ Version1.0 * @ Version1.0
* @ Description * @ Description
* @author Lenovo * @Author:
*/ */
public class RemoteDataSourceFactory implements FallbackFactory<RemoteDataSourceService> { public class RemoteDataSourceFactory implements FallbackFactory<RemoteDataSourceService> {
@Override @Override

View File

@ -30,7 +30,7 @@ import com.muyu.common.core.web.page.TableDataInfo;
/** /**
* Controller * Controller
* *
* @author 2112A * @Author:
* @date 2024-08-23 * @date 2024-08-23
*/ */
@RestController @RestController

View File

@ -31,7 +31,7 @@ import com.muyu.common.core.web.page.TableDataInfo;
/** /**
* Controller * Controller
* *
* @author 2112A * @Author:
* @date 2024-08-29 * @date 2024-08-29
*/ */
@RestController @RestController

View File

@ -31,7 +31,7 @@ import com.muyu.common.core.web.page.TableDataInfo;
/** /**
* Controller * Controller
* *
* @author 2112A * @Author:
* @date 2024-08-22 * @date 2024-08-22
*/ */
@RestController @RestController

View File

@ -25,7 +25,7 @@ import com.muyu.common.core.web.page.TableDataInfo;
/** /**
* Controller * Controller
* *
* @author 2112A * @Author:
* @date 2024-09-06 * @date 2024-09-06
*/ */
@RestController @RestController

View File

@ -7,7 +7,7 @@ import org.apache.ibatis.annotations.Mapper;
/** /**
* Mapper * Mapper
* *
* @author 2112A * @Author:
* @date 2024-08-29 * @date 2024-08-29
*/ */
@Mapper @Mapper

View File

@ -8,7 +8,7 @@ import org.apache.ibatis.annotations.Mapper;
/** /**
* Mapper * Mapper
* *
* @author 2112A * @Author:
* @date 2024-08-23 * @date 2024-08-23
*/ */
@Mapper @Mapper

View File

@ -8,7 +8,7 @@ import org.apache.ibatis.annotations.Mapper;
/** /**
* Mapper * Mapper
* *
* @author 2112A * @Author:
* @date 2024-09-06 * @date 2024-09-06
*/ */
@Mapper @Mapper

View File

@ -10,7 +10,7 @@ import org.apache.ibatis.annotations.Mapper;
/** /**
* Mapper * Mapper
* *
* @author 2112A * @Author:
* @date 2024-08-22 * @date 2024-08-22
*/ */
@Mapper @Mapper

View File

@ -7,7 +7,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
/** /**
* Service * Service
* *
* @author 2112A * @Author:
* @date 2024-08-29 * @date 2024-08-29
*/ */
public interface INodeDispositionService extends IService<NodeDisposition> { public interface INodeDispositionService extends IService<NodeDisposition> {

View File

@ -8,7 +8,7 @@ import com.muyu.quest.req.NodeReq;
/** /**
* Service * Service
* *
* @author 2112A * @Author:
* @date 2024-08-23 * @date 2024-08-23
*/ */
public interface INodeService extends IService<Node> { public interface INodeService extends IService<Node> {

View File

@ -7,7 +7,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
/** /**
* Service * Service
* *
* @author 2112A * @Author:
* @date 2024-09-06 * @date 2024-09-06
*/ */
public interface ITaskExportService extends IService<TaskExport> { public interface ITaskExportService extends IService<TaskExport> {

View File

@ -11,7 +11,7 @@ import com.muyu.quest.resp.TaskResp;
/** /**
* Service * Service
* *
* @author 2112A * @Author:
* @date 2024-08-22 * @date 2024-08-22
*/ */
public interface TaskService extends IService<Task> { public interface TaskService extends IService<Task> {

View File

@ -13,7 +13,7 @@ import org.springframework.util.Assert;
/** /**
* Service * Service
* *
* @author 2112A * @Author:
* @date 2024-08-29 * @date 2024-08-29
*/ */
@Service @Service

View File

@ -19,7 +19,7 @@ import javax.annotation.Resource;
/** /**
* Service * Service
* *
* @author 2112A * @Author:
* @date 2024-08-23 * @date 2024-08-23
*/ */
@Service @Service

View File

@ -15,7 +15,7 @@ import org.springframework.util.Assert;
/** /**
* Service * Service
* *
* @author 2112A * @Author:
* @date 2024-09-06 * @date 2024-09-06
*/ */
@Service @Service

View File

@ -31,7 +31,7 @@ import javax.annotation.Resource;
/** /**
* Service * Service
* *
* @author 2112A * @Author:
* @date 2024-08-22 * @date 2024-08-22
*/ */
@Slf4j @Slf4j

View File

@ -307,10 +307,10 @@ public class NodeUtils {
datum.forEach(dataModel -> { datum.forEach(dataModel -> {
// 检查 getValue 是否为空 // 检查 getValue 是否为空
String value = dataModel.getValue() != null ? dataModel.getValue().toString() : null; String value = dataModel.getValue() != null ? dataModel.getValue().toString() : null;
// 规则执行 清除单引号'和` // 规则执行 非法字符转换 单引号'和` =>
if (value!=null){ if (value!=null){
value = StringUtils.replace(value, "'", ""); value = StringUtils.replace(value, "'", "");
value = StringUtils.replace(value, "`", ""); value = StringUtils.replace(value, "`", "");
} }
dataMap.put(dataModel.getKey(), value); dataMap.put(dataModel.getKey(), value);
}); });