yangys
2024-10-30 25db770e621f1259b8d5b7fd514207f7481c2d0f
smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/mapper/CustomTemplateFieldRelationMapper.java
@@ -3,7 +3,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.qianwen.smartman.modules.coproduction.vo.InsertFieldQuery;
//import com.qianwen.smartman.modules.coproduction.vo.InsertFieldQuery;
import com.qianwen.smartman.modules.system.dto.CustomTemplateFieldRelationDTO;
import com.qianwen.smartman.modules.system.entity.CustomTemplateFieldRelation;
import com.qianwen.smartman.modules.system.vo.CustomConditionFieldInfoVO;
@@ -14,7 +14,7 @@
public interface CustomTemplateFieldRelationMapper extends BaseMapper<CustomTemplateFieldRelation> {
    List<CustomConditionFieldInfoVO> getConditionFields(@Param("templateId") Long templateId, @Param("businessType") Integer businessType);
    List<CustomTemplateFieldRelationVO> getInsertField(@Param("query") InsertFieldQuery insertFieldQuery);
    //List<CustomTemplateFieldRelationVO> getInsertField(@Param("query") InsertFieldQuery insertFieldQuery);
    Integer getSystemFieldMaxSort(@Param("templateId") Long templateId, @Param("configType") Integer configType);