This commit is contained in:
dinggang 2022-11-29 08:57:32 +08:00
parent 6c82631bf9
commit 2d152dd94d
1 changed files with 2 additions and 2 deletions

View File

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