登录时增加shopName,logo;增加支付笔数;支付笔数饼图只判断完成的订单,
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
}};
|
||||
|
||||
Reference in New Issue
Block a user