Commit db3adef52572d2e2a6d756d1a8b327a3ad911407
1 parent
6ebe171a
1.临港公交调度
Showing
8 changed files
with
10 additions
and
8 deletions
src/main/java/com/bsth/service/impl/TrafficManageServiceImpl.java
| ... | ... | @@ -1408,7 +1408,7 @@ public class TrafficManageServiceImpl implements TrafficManageService{ |
| 1408 | 1408 | */ |
| 1409 | 1409 | private void setCompanyName(String company){ |
| 1410 | 1410 | if(company.equals("闵行公司")){ |
| 1411 | - company = "浦东闵行公交公司"; | |
| 1411 | + company = "浦东临港公交公司"; | |
| 1412 | 1412 | }else if(company.equals("杨高公司")){ |
| 1413 | 1413 | company = "浦东杨高公交公司"; |
| 1414 | 1414 | }else if(company.equals("上南公司")){ |
| ... | ... | @@ -1419,6 +1419,8 @@ public class TrafficManageServiceImpl implements TrafficManageService{ |
| 1419 | 1419 | company = "浦东南汇公交公司"; |
| 1420 | 1420 | }else if(company.equals("青浦公交")){ |
| 1421 | 1421 | company = "浦东青浦公交公司"; |
| 1422 | + } else if (company.equals("临港公交")) { | |
| 1423 | + company = "上海临港交通有限公司"; | |
| 1422 | 1424 | } |
| 1423 | 1425 | } |
| 1424 | 1426 | /** | ... | ... |
src/main/resources/static/index.html
src/main/resources/static/login.html
| ... | ... | @@ -181,7 +181,7 @@ |
| 181 | 181 | <div class="wrapper ng-scope"> |
| 182 | 182 | <div id="loginPanel" class="dialog dialog-shadow"> |
| 183 | 183 | <br> |
| 184 | - <h3 class="logo-text">闵行公交调度系统</h3> | |
| 184 | + <h3 class="logo-text">临港公交调度系统</h3> | |
| 185 | 185 | <hr> |
| 186 | 186 | <form style="padding: 0px 35px;"> |
| 187 | 187 | <div class="form-group" style="margin-bottom: 0"> | ... | ... |
src/main/resources/static/pages/scheduleApp/module/core/busConfig/dataExport.html
| ... | ... | @@ -8,7 +8,7 @@ ttinfoname=85路0328平表 |
| 8 | 8 | |
| 9 | 9 | xlname=85路 |
| 10 | 10 | |
| 11 | -filepath=/Users/xu/resource/project/bsth_control_etl/闵行公交/85路0328平表-测试1-时刻明细.xls | |
| 11 | +filepath=/Users/xu/resource/project/bsth_control_etl/临港公交/85路0328平表-测试1-时刻明细.xls | |
| 12 | 12 | |
| 13 | 13 | erroroutputdir=/Users/xu/resource/project/bsth_control_u_d_files/erroroutput |
| 14 | 14 | ... | ... |
src/main/resources/static/real_control_v2/main.html
src/main/resources/static/real_control_v2/sch_manage/sch_imitate.html
| ... | ... | @@ -164,7 +164,7 @@ |
| 164 | 164 | <div class="uk-width-4-10"> |
| 165 | 165 | <div class="uk-panel"> |
| 166 | 166 | <h2 class="north-logo" style="color: #f1f1f1;"> |
| 167 | - <i class="uk-icon-life-ring"></i> 闵行公交线路调度班次管理 | |
| 167 | + <i class="uk-icon-life-ring"></i> 临港公交线路调度班次管理 | |
| 168 | 168 | </h2> |
| 169 | 169 | </div> |
| 170 | 170 | </div> | ... | ... |
src/main/resources/static/real_control_v2_mobile/main.html
src/main/resources/static/real_control_v2_mobile/sch_manage/sch_imitate.html
| ... | ... | @@ -164,7 +164,7 @@ |
| 164 | 164 | <div class="uk-width-4-10"> |
| 165 | 165 | <div class="uk-panel"> |
| 166 | 166 | <h2 class="north-logo" style="color: #f1f1f1;"> |
| 167 | - <i class="uk-icon-life-ring"></i> 闵行公交线路调度班次管理 | |
| 167 | + <i class="uk-icon-life-ring"></i> 临港公交线路调度班次管理 | |
| 168 | 168 | </h2> |
| 169 | 169 | </div> |
| 170 | 170 | </div> | ... | ... |