selectResourceListByType 接口数量调整
This commit is contained in:
parent
35b53fa901
commit
1e8d781ba5
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue