Commit 15fae65b authored by m1991's avatar m1991

资讯模块数据——数据展示功能修复

parent 1ecc219c
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
from from
<include refid="table"/> <include refid="table"/>
<where> <where>
invite_code=#{InviteCode} invite_code=#{inviteCode}
</where> </where>
</select> </select>
......
...@@ -43,12 +43,12 @@ spring: ...@@ -43,12 +43,12 @@ spring:
max-file-size: 20MB max-file-size: 20MB
# 总限制 # 总限制
max-request-size: 40MB max-request-size: 40MB
# 192.168.110.165 adm4HYservice$ # 192.168.110.165 adm4HYservice$
redis: redis:
database: 0 database: 0
host: 192.168.110.165 host: 127.0.0.1
port: 6379 port: 6379
password: adm4HYservice$ # 密码(默认为空) password: 123456 # 密码(默认为空)
timeout: 6000ms # 连接超时时长(毫秒) timeout: 6000ms # 连接超时时长(毫秒)
jedis: jedis:
pool: pool:
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment