1、修改能力统计列表和详情-使用情况统计的sql

This commit is contained in:
yitonglei 2022-07-01 09:38:48 +08:00
parent 7c1988cde5
commit f7f04f90e0
1 changed files with 1 additions and 1 deletions

View File

@ -1243,7 +1243,7 @@
WHERE
a.del_flag = 0
<if test="id != null and id != ''">
and (b.id = #{id} OR INSTR(b.pids,#{id})
and (b.id = #{id} OR INSTR(b.pids,#{id}))
</if>
<if test="resourceType != null and resourceType != ''">
AND