Commit 108251ac498d8397ca8073842611314d6f141678
1 parent
25cb3253
停车场页面修改
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/resources/application-dev.properties
| ... | ... | @@ -10,7 +10,7 @@ spring.jpa.show-sql= true |
| 10 | 10 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver |
| 11 | 11 | spring.datasource.url= jdbc:mysql://127.0.0.1/pd_control?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 12 | 12 | spring.datasource.username= root |
| 13 | -spring.datasource.password= panzhao | |
| 13 | +spring.datasource.password= | |
| 14 | 14 | #spring.datasource.url= jdbc:mysql://192.168.168.117/pd_control?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 15 | 15 | #spring.datasource.username= root |
| 16 | 16 | #spring.datasource.password= root | ... | ... |
src/main/resources/static/pages/base/carpark/js/carpark-list-table.js
| ... | ... | @@ -30,7 +30,7 @@ |
| 30 | 30 | var branchMap = new Map(); |
| 31 | 31 | initCompanySelect2(function(array) { |
| 32 | 32 | $.each(array, function() { |
| 33 | - companyMap[this.businessCode] = this.busi nessName; | |
| 33 | + companyMap[this.businessCode] = this.businessName; | |
| 34 | 34 | // companyMap.put(this.businessCode.toString(), this.businessName); |
| 35 | 35 | if(this.businessCode != null || this.businessCode !=''){ |
| 36 | 36 | /** 查询出所属公司下的分公司名称和相应分公司代码 @param:<upCode_eq:公司代码> */ | ... | ... |