提交修改

This commit is contained in:
quyixiao 2025-11-21 09:07:58 +08:00
parent 6533bfc4fd
commit ce7d558085

View File

@ -124,6 +124,8 @@ public class AppUserLoginController {
} }
public BuyerDTO buildBuyerLoginInfoCacheRedisDB(VvBuyerEntity target, Long expireTime, String deviceId) { public BuyerDTO buildBuyerLoginInfoCacheRedisDB(VvBuyerEntity target, Long expireTime, String deviceId) {
BuyerDTO buyerDTO = new BuyerDTO(); BuyerDTO buyerDTO = new BuyerDTO();
buyerDTO.setBuyerId(target.getId()); buyerDTO.setBuyerId(target.getId());