Merge branch 'dev'

This commit is contained in:
wangliwen 2022-11-29 08:58:28 +08:00
commit 2719a1aa6c
1 changed files with 2 additions and 2 deletions

View File

@ -980,8 +980,8 @@
SELECT
districtId,
districtName,
SUM( applyCount ),
SUM( applyPrice )
SUM( applyCount ) AS "applyCount",
SUM( applyPrice ) AS "applyPrice"
FROM
(
SELECT