master
liuxinxin 5 years ago
parent 947609278d
commit 21d7513222

@ -530,10 +530,6 @@
<foreach collection="channel" item="chan" open="(" close=")" separator=" or ">o.channel=#{chan}
</foreach>
</if>
<if test="source==null">
AND
o.source != 'system'
</if>
<if test="source!=null and source != 'ALL'">
AND
o.source = #{source}

Loading…
Cancel
Save