diff --git a/ddp/ddp-common/ddp-dao/src/main/java/com/fibo/ddp/common/dao/strategyx/guiderule/RuleBlockMapper.java b/ddp/ddp-common/ddp-dao/src/main/java/com/fibo/ddp/common/dao/strategyx/guiderule/RuleBlockMapper.java new file mode 100644 index 0000000..34ab8be --- /dev/null +++ b/ddp/ddp-common/ddp-dao/src/main/java/com/fibo/ddp/common/dao/strategyx/guiderule/RuleBlockMapper.java @@ -0,0 +1,16 @@ +package com.fibo.ddp.common.dao.strategyx.guiderule; + +import com.fibo.ddp.common.model.strategyx.guiderule.RuleBlock; +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import org.apache.ibatis.annotations.Mapper; + +/** + * 规则块配置表(RuleBlock)表数据库访问层 + * + * @author andy.wang + * @since 2022-08-05 10:32:11 + */ +@Mapper +public interface RuleBlockMapper extends BaseMapper{ + +} diff --git a/ddp/ddp-common/ddp-dao/src/main/java/com/fibo/ddp/common/dao/strategyx/guiderule/RuleBlockMapper.xml b/ddp/ddp-common/ddp-dao/src/main/java/com/fibo/ddp/common/dao/strategyx/guiderule/RuleBlockMapper.xml new file mode 100644 index 0000000..d5228e9 --- /dev/null +++ b/ddp/ddp-common/ddp-dao/src/main/java/com/fibo/ddp/common/dao/strategyx/guiderule/RuleBlockMapper.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/ddp/ddp-common/ddp-dao/src/main/java/com/fibo/ddp/common/dao/strategyx/guiderule/RuleInfoMapper.xml b/ddp/ddp-common/ddp-dao/src/main/java/com/fibo/ddp/common/dao/strategyx/guiderule/RuleInfoMapper.xml index a9388b3..06535ee 100644 --- a/ddp/ddp-common/ddp-dao/src/main/java/com/fibo/ddp/common/dao/strategyx/guiderule/RuleInfoMapper.xml +++ b/ddp/ddp-common/ddp-dao/src/main/java/com/fibo/ddp/common/dao/strategyx/guiderule/RuleInfoMapper.xml @@ -12,23 +12,16 @@ - - - - - - - - id, name, code, description, priority, parent_id, author, user_id, organ_id, engine_id, status, type, is_non, content, created, updated, rule_type, rule_audit, score, last_logical,difficulty,script_type,result_field_en,score_field_en + id, name, code, description, priority, parent_id, author, user_id, organ_id, status, type, created, updated,difficulty,script_type