Kaynağa Gözat

获取方案执行情况分页

hanqingsong 3 ay önce
ebeveyn
işleme
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 30
                 biz_es_ep_plan_execute pe
31 31
             LEFT JOIN biz_es_ep_online_plan_formulation pf ON pe.es_online_plan_formulation_id = pf.id
32 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 34
             ) t1
34 35
         ${ew.customSqlSegment}
35 36
     </select>