This commit is contained in:
parent
6c82631bf9
commit
2d152dd94d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue