档案自定义分类管理

This commit is contained in:
马三炮 2025-09-12 13:28:46 +08:00
parent 2b6bb7840e
commit 35d8efc5ff
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="dataTypeName!=null">
and data_type_name LIKE CONCAT('%', #{dataTypeName}, '%')
</if>
order by create_time desc
order by dkdc.create_time desc
</select>
<select id="listAll" resultType="com.bonus.system.domain.KyDataClassify">
select id,data_type_name