Commit cb37d576ff306337243f1b406f7f55b99a0970a1
1 parent
0cb9b2b0
update
Showing
1 changed file
with
1 additions
and
2 deletions
src/main/java/com/bsth/service/schedule/impl/PeopleCarPlanServiceImpl.java
| @@ -530,8 +530,7 @@ public class PeopleCarPlanServiceImpl implements PeopleCarPlanService { | @@ -530,8 +530,7 @@ public class PeopleCarPlanServiceImpl implements PeopleCarPlanService { | ||
| 530 | listI.add(resList.iterator()); | 530 | listI.add(resList.iterator()); |
| 531 | String path = this.getClass().getResource("/").getPath()+"static/pages/forms/"; | 531 | String path = this.getClass().getResource("/").getPath()+"static/pages/forms/"; |
| 532 | ee.excelReplace(listI, new Object[] { m }, path+"mould/workDaily.xls", | 532 | ee.excelReplace(listI, new Object[] { m }, path+"mould/workDaily.xls", |
| 533 | - path+"export/"+ sdfSimple.format(sdfMonth.parse(date))+ | ||
| 534 | - "营运服务日报表.xls"); | 533 | + path+"export/营运服务日报表"+ sdfSimple.format(sdfMonth.parse(date))+".xls"); |
| 535 | } catch (Exception e) { | 534 | } catch (Exception e) { |
| 536 | // TODO: handle exception | 535 | // TODO: handle exception |
| 537 | e.printStackTrace(); | 536 | e.printStackTrace(); |