selectResourceListByType 接口数量调整

This commit is contained in:
wangliwen 2022-10-13 10:43:36 +08:00
parent 35b53fa901
commit 1e8d781ba5
1 changed files with 0 additions and 1 deletions

View File

@ -1056,7 +1056,6 @@
AND del_flag = 0 AND del_flag = 0
AND MATCH (type) AGAINST ( #{type} IN BOOLEAN MODE) AND MATCH (type) AGAINST ( #{type} IN BOOLEAN MODE)
AND type != '赋能案例' AND type != '赋能案例'
LIMIT 30
</select> </select>
<select id="selectTypeCountList" resultType="java.util.Map"> <select id="selectTypeCountList" resultType="java.util.Map">