修复主数据下发%问题

This commit is contained in:
yuqh 2025-01-15 14:11:25 +08:00
parent 11440a8169
commit bc422469a7
1 changed files with 0 additions and 7 deletions

View File

@ -1088,12 +1088,5 @@ where id = #{id}
</update>
<!-- 分页查询列表 采用like格式 -->
<select id="queryDataId" resultType="com.hzya.frame.mdm.entity.MdmFiledsRuleDto"
parameterType="com.hzya.frame.mdm.entity.MdmFiledsRuleDto">
select
data_id as dataId
from ${typeFiled} where sts='Y' and id = #{id}
</select>
</mapper>