登录时增加shopName,logo;增加支付笔数;支付笔数饼图只判断完成的订单,

This commit is contained in:
liuyingfang
2024-03-14 09:44:22 +08:00
parent 8d9ba78594
commit f8f3212bdb
11 changed files with 110 additions and 9 deletions

View File

@@ -108,7 +108,9 @@ public class AuthorizationController {
put("token", properties.getTokenStartWith() + token);
put("user", jwtUserDto);
if (byAccount!= null){
put("shopId",byAccount.getId());
put("shopId", byAccount.getId());
put("shopName", byAccount.getShopName());
put("logo", byAccount.getLogo());
}
}};