1、修改能力统计列表和详情-使用情况统计的sql
This commit is contained in:
parent
7c1988cde5
commit
f7f04f90e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue