Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-11-29 08:58:39 +08:00
commit 9a4a9c4ac3
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