Commit dd821ac1 authored by xc's avatar xc

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

parent 8ec2a780
......@@ -114,10 +114,10 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U
int rechargeTimes = 0;
//支付宝充值总金额
int alipayMoney = 0;
Double alipayMoney = 0.00;
//微信充值总金额
int weChatMoney = 0;
Double weChatMoney = 0.00;
if (!CollectionUtils.isEmpty(byId)) {
......
......@@ -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
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