Commit dd821ac1 authored by xc's avatar xc

管理端金额统计bug修复,sql日志打印

parent 8ec2a780
No related merge requests found
...@@ -114,10 +114,10 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U ...@@ -114,10 +114,10 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U
int rechargeTimes = 0; int rechargeTimes = 0;
//支付宝充值总金额 //支付宝充值总金额
int alipayMoney = 0; Double alipayMoney = 0.00;
//微信充值总金额 //微信充值总金额
int weChatMoney = 0; Double weChatMoney = 0.00;
if (!CollectionUtils.isEmpty(byId)) { if (!CollectionUtils.isEmpty(byId)) {
......
...@@ -48,6 +48,7 @@ mybatis-plus: ...@@ -48,6 +48,7 @@ mybatis-plus:
cache-enabled: false cache-enabled: false
call-setters-on-nulls: true call-setters-on-nulls: true
jdbc-type-for-null: 'null' jdbc-type-for-null: 'null'
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
camera: camera:
...@@ -59,7 +60,7 @@ camera: ...@@ -59,7 +60,7 @@ camera:
isc: #海康威视 isc: #海康威视
api: api:
host: 172.18.1.51:4443 host: 172.18.1.51:4443
#host: 111.203.232.172:4443 #host: 111.203.232.172:4443/manage
appKey: 23756916 appKey: 23756916
appSecret: TDrCbqQXe9XSt7SimYDO appSecret: TDrCbqQXe9XSt7SimYDO
path: /artemis path: /artemis
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