master
liuxinxin 5 years ago
parent c7fd744070
commit d9c35e0d8f

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId>
<version>1.3.20</version>
<version>1.3.21</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.4.0</jib-maven-plugin.version>

@ -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