档案自定义分类管理

This commit is contained in:
马三炮 2025-09-12 14:04:29 +08:00
parent 12b8221a19
commit 70ab0ea19d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from da_ky_data_classify where del_flag='1' and data_type_name = #{dataTypeName}
</select>
<select id="getParenList" resultType="com.bonus.system.domain.vo.KyDataClassifyVo">
select dict_code as id,dict_label as name
select dict_value as id,dict_label as name
from da_ky_sys_dict_data where dict_type = 'data_class_type' and status='0'
</select>
</mapper>