Browse Source

获取方案执行情况分页

hanqingsong 3 months ago
parent
commit
35842dcfc3

+ 1 - 0
unis-plugin/unis-plugin-biz/src/main/java/com/unis/emergencySupportCenter/modular/planExecute/mapper/mapping/PlanExecuteMapper.xml

@@ -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>