Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
shop-Mall
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
licc
shop-Mall
Commits
15fae65b
Commit
15fae65b
authored
Mar 14, 2021
by
m1991
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资讯模块数据——数据展示功能修复
parent
1ecc219c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
213 additions
and
4 deletions
+213
-4
UsersMapper.xml
wisenergy-mapper/src/main/resources/mapper/UsersMapper.xml
+1
-1
application-dev.yml
wisenergy-web-admin/src/main/resources/application-dev.yml
+3
-3
wisenergy-web-admin.iml
wisenergy-web-admin/wisenergy-web-admin.iml
+209
-0
No files found.
wisenergy-mapper/src/main/resources/mapper/UsersMapper.xml
View file @
15fae65b
...
@@ -231,7 +231,7 @@
...
@@ -231,7 +231,7 @@
from
from
<include
refid=
"table"
/>
<include
refid=
"table"
/>
<where>
<where>
invite_code=#{
I
nviteCode}
invite_code=#{
i
nviteCode}
</where>
</where>
</select>
</select>
...
...
wisenergy-web-admin/src/main/resources/application-dev.yml
View file @
15fae65b
...
@@ -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
:
1
92.168.110.165
host
:
1
27.0.0.1
port
:
6379
port
:
6379
password
:
adm4HYservice$
# 密码(默认为空)
password
:
123456
# 密码(默认为空)
timeout
:
6000ms
# 连接超时时长(毫秒)
timeout
:
6000ms
# 连接超时时长(毫秒)
jedis
:
jedis
:
pool
:
pool
:
...
...
wisenergy-web-admin/wisenergy-web-admin.iml
View file @
15fae65b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment