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