|
@@ -213,7 +213,7 @@
|
|
|
|
|
|
<!-- 管理消耗-->
|
|
<!-- 管理消耗-->
|
|
<select id="getDesignerManagerLeaderCost" resultType="com.alibaba.fastjson.JSONObject">
|
|
<select id="getDesignerManagerLeaderCost" resultType="com.alibaba.fastjson.JSONObject">
|
|
- SELECT IFNULL(SUM(cost),0) FROM
|
|
|
|
|
|
+ SELECT IFNULL(SUM(cost),0) as cost FROM
|
|
(
|
|
(
|
|
SELECT SUM(cost) cost,leader_id FROM
|
|
SELECT SUM(cost) cost,leader_id FROM
|
|
application.bytedance_material_cost_daily
|
|
application.bytedance_material_cost_daily
|