Commit 6cebb728 authored by liqin's avatar liqin 💬

Merge branch 'master' of http://111.203.232.171:8888/lee/chnmuseum-party into master

parents 6e6cf57b 4fe76113
......@@ -226,6 +226,7 @@
</if>
</where>
group by i.organ_id
order by count(i.organ_id) desc
</if>
<if test="frequencyDate != null and frequencyDate.length() == 6">
SELECT o.name organName,count(i.organ_id) frequencyCnt
......@@ -238,6 +239,7 @@
</if>
</where>
group by i.organ_id
order by count(i.organ_id) desc
</if>
<if test="frequencyDate != null and frequencyDate.length() == 8">
SELECT o.name organName,count(i.organ_id) frequencyCnt
......@@ -250,6 +252,7 @@
</if>
</where>
group by i.organ_id
order by count(i.organ_id) desc
</if>
</select>
......
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