配置文件等
This commit is contained in:
		
							parent
							
								
									093d05b5ce
								
							
						
					
					
						commit
						111ca8dcf8
					
				|  | @ -2,7 +2,8 @@ spring: | ||||||
|   #redis |   #redis | ||||||
|   redis: |   redis: | ||||||
|     # 地址 |     # 地址 | ||||||
|     host: 121.37.179.211 | #    host: 121.37.179.211 | ||||||
|  |     host: 192.168.0.199 | ||||||
|     # 端口,默认为6379 |     # 端口,默认为6379 | ||||||
|     port: 6379 |     port: 6379 | ||||||
|     # 数据库索引 |     # 数据库索引 | ||||||
|  |  | ||||||
|  | @ -17,7 +17,7 @@ server: | ||||||
| #spring 配置 | #spring 配置 | ||||||
| spring: | spring: | ||||||
|   profiles: |   profiles: | ||||||
|     active: dev |     active: prod | ||||||
|   freemarker: |   freemarker: | ||||||
|     cache: false |     cache: false | ||||||
|   mvc: |   mvc: | ||||||
|  |  | ||||||
|  | @ -46,7 +46,7 @@ | ||||||
|     </select> |     </select> | ||||||
| 
 | 
 | ||||||
|     <select id="findNames" parameterType="map" resultType="map"> |     <select id="findNames" parameterType="map" resultType="map"> | ||||||
|         select wm_concat(to_char(name)) as "regionNames" |         select wm_concat(distinct to_char(b.name)) as "regionNames" | ||||||
|         from crm_servicer_ave_info a |         from crm_servicer_ave_info a | ||||||
|         left join crm_administrative_info b on a.adcode = b.adcode |         left join crm_administrative_info b on a.adcode = b.adcode | ||||||
|         where staffId = #{staffId} |         where staffId = #{staffId} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue