|
@@ -30,6 +30,7 @@
|
30
|
biz_es_ep_plan_execute pe
|
30
|
biz_es_ep_plan_execute pe
|
31
|
LEFT JOIN biz_es_ep_online_plan_formulation pf ON pe.es_online_plan_formulation_id = pf.id
|
31
|
LEFT JOIN biz_es_ep_online_plan_formulation pf ON pe.es_online_plan_formulation_id = pf.id
|
32
|
LEFT JOIN biz_es_ep_plan_execute_enterprise ee ON pe.id = ee.es_plan_execute_id
|
32
|
LEFT JOIN biz_es_ep_plan_execute_enterprise ee ON pe.id = ee.es_plan_execute_id
|
|
|
33
|
+ GROUP BY ee.es_plan_execute_id
|
33
|
) t1
|
34
|
) t1
|
34
|
${ew.customSqlSegment}
|
35
|
${ew.customSqlSegment}
|
35
|
</select>
|
36
|
</select>
|