Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
V
volunteer_service
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
volunteer_service
Commits
dd821ac1
Commit
dd821ac1
authored
Apr 14, 2021
by
xc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
管理端金额统计bug修复,sql日志打印
parent
8ec2a780
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
UserServiceImpl.java
...n/java/cn/wisenergy/service/app/impl/UserServiceImpl.java
+2
-2
application.yml
wisenergy-web-admin/src/main/resources/application.yml
+2
-1
No files found.
wisenergy-service/src/main/java/cn/wisenergy/service/app/impl/UserServiceImpl.java
View file @
dd821ac1
...
...
@@ -114,10 +114,10 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U
int
rechargeTimes
=
0
;
//支付宝充值总金额
int
alipayMoney
=
0
;
Double
alipayMoney
=
0.0
0
;
//微信充值总金额
int
weChatMoney
=
0
;
Double
weChatMoney
=
0.0
0
;
if
(!
CollectionUtils
.
isEmpty
(
byId
))
{
...
...
wisenergy-web-admin/src/main/resources/application.yml
View file @
dd821ac1
...
...
@@ -48,6 +48,7 @@ mybatis-plus:
cache-enabled
:
false
call-setters-on-nulls
:
true
jdbc-type-for-null
:
'
null'
log-impl
:
org.apache.ibatis.logging.stdout.StdOutImpl
camera
:
...
...
@@ -59,7 +60,7 @@ camera:
isc
:
#海康威视
api
:
host
:
172.18.1.51:4443
#host: 111.203.232.172:4443
#host: 111.203.232.172:4443
/manage
appKey
:
23756916
appSecret
:
TDrCbqQXe9XSt7SimYDO
path
:
/artemis
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