Browse Source

移风xiu'gai

master
lichao 11 months ago
parent
commit
dc94da28ca
  1. 3
      epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partymember/ScreenEnterpriseOutputDao.xml

3
epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partymember/ScreenEnterpriseOutputDao.xml

@ -29,6 +29,7 @@
o.DEL_FLAG = '0'
GROUP BY
o.VEGETABLE_CATEGORY
order by SUM( o.OUTPUT ) desc
</select>
@ -60,6 +61,8 @@
AND o2.DEL_FLAG = '0'
GROUP BY
o1.VEGETABLE_CATEGORY,o2.PLACE_ORG_NAME
order by
o2.OUTPUT desc
</select>

Loading…
Cancel
Save