Commit fccfada0 authored by 罗林杰's avatar 罗林杰

修改首页查询

parent ba14e85e
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
</select> </select>
<select id="statistics" resultType="org.rcisoft.business.sysunit.entity.SysUnit"> <select id="statistics" resultType="org.rcisoft.business.sysunit.entity.SysUnit">
SELECT su.*, SELECT su.*,
IFNULL(suuv.agentNum + suun.agentNum, 0) as agentNum, IFNULL(IFNULL(suuv.agentNum,0 )+ IFNULL(suun.agentNum,0 ), 0) as agentNum,
IFNULL(cunvv.videoNum, 0) as videoNum, IFNULL(cunvv.videoNum, 0) as videoNum,
IFNULL(cunvv.videoViews, 0) as videoViews, IFNULL(cunvv.videoViews, 0) as videoViews,
IFNULL(cunvn.articleNum, 0) as articleNum, IFNULL(cunvn.articleNum, 0) as articleNum,
......
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