档案自定义分类管理
This commit is contained in:
parent
2b6bb7840e
commit
35d8efc5ff
|
|
@ -43,7 +43,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="dataTypeName!=null">
|
<if test="dataTypeName!=null">
|
||||||
and data_type_name LIKE CONCAT('%', #{dataTypeName}, '%')
|
and data_type_name LIKE CONCAT('%', #{dataTypeName}, '%')
|
||||||
</if>
|
</if>
|
||||||
order by create_time desc
|
order by dkdc.create_time desc
|
||||||
</select>
|
</select>
|
||||||
<select id="listAll" resultType="com.bonus.system.domain.KyDataClassify">
|
<select id="listAll" resultType="com.bonus.system.domain.KyDataClassify">
|
||||||
select id,data_type_name
|
select id,data_type_name
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue