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
*
* @author 2112A
* @Author:
* @date 2024-08-23
*/

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -307,10 +307,10 @@ public class NodeUtils {
datum.forEach(dataModel -> {
// 检查 getValue 是否为空
String value = dataModel.getValue() != null ? dataModel.getValue().toString() : 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);
});