Commit 5ee13661b4b5ceba1217c6a9569cfcf6acbc2267
1 parent
e1babab1
按照道路添加批次号
Showing
1 changed file
with
2 additions
and
1 deletions
urbanops-module-garden/src/main/resources/mapper/maintainplan/MaintainPlanMapper.xml
| @@ -15,6 +15,7 @@ | @@ -15,6 +15,7 @@ | ||
| 15 | 15 | ||
| 16 | <select id="appMaintainPlanRoadPage" resultType="com.zteits.urbanops.module.garden.controller.app.maintainplan.vo.AppMaintainPlanPageRoadRespVO"> | 16 | <select id="appMaintainPlanRoadPage" resultType="com.zteits.urbanops.module.garden.controller.app.maintainplan.vo.AppMaintainPlanPageRoadRespVO"> |
| 17 | SELECT | 17 | SELECT |
| 18 | + b.batch_no, | ||
| 18 | a.road_id, | 19 | a.road_id, |
| 19 | a.road_name, | 20 | a.road_name, |
| 20 | a.level_id | 21 | a.level_id |
| @@ -66,7 +67,7 @@ | @@ -66,7 +67,7 @@ | ||
| 66 | AND b.end_time >= #{req.localDateTime}]]> | 67 | AND b.end_time >= #{req.localDateTime}]]> |
| 67 | </when> | 68 | </when> |
| 68 | </choose> | 69 | </choose> |
| 69 | - GROUP BY a.road_id, a.road_name, a.level_id | 70 | + GROUP BY a.road_id, a.road_name, a.level_id,b.batch_no, |
| 70 | </select> | 71 | </select> |
| 71 | 72 | ||
| 72 | <select id="appMaintainPlanPlanTypePage" resultType="com.zteits.urbanops.module.garden.controller.app.maintainplan.vo.AppMaintainPlanPagePlanTypeRespVO"> | 73 | <select id="appMaintainPlanPlanTypePage" resultType="com.zteits.urbanops.module.garden.controller.app.maintainplan.vo.AppMaintainPlanPagePlanTypeRespVO"> |