Commit 3b3dc260 by 吴博

merge

parent b5d3ed53
......@@ -462,7 +462,6 @@
<select id="getAppletNewsSourceCount" resultType="integer" parameterType="string">
SELECT COUNT(1) FROM applet_news WHERE source = #{source} and is_delete = 0
WHERE source = #{source}
<choose>
<when test="agentId != null">
AND agent_id = #{agentId}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment