Commit a1b3226890dca374f01225d6488b03ba75107328
1 parent
95b1cae3
app首页统计修改
Showing
1 changed file
with
1 additions
and
1 deletions
urbanops-module-garden/src/main/resources/mapper/homepage/HomepageSummaryMapper.xml
| ... | ... | @@ -433,7 +433,7 @@ |
| 433 | 433 | union all |
| 434 | 434 | |
| 435 | 435 | SELECT |
| 436 | - a.plan_name as taskName,a.create_time as busiDateTime, null as pressingType | |
| 436 | + a.plan_name as taskName,a.begin_time as busiDateTime, null as pressingType | |
| 437 | 437 | from garden_maintain_plan a |
| 438 | 438 | INNER JOIN garden_maintain_plan_role b on a.batch_no=b.batch_no |
| 439 | 439 | inner join garden_maintain_plan_detail c on a.batch_no=c.batch_no | ... | ... |