master
冯凯 2023-11-21 15:01:37 +08:00
parent 306cf2f3a4
commit fc4e4d6d66
2 changed files with 2 additions and 1 deletions

View File

@ -11,5 +11,5 @@ import org.apache.ibatis.annotations.Mapper;
* @date 2023/11/21 13:57
*/
@Mapper
public interface FirmInfoMapper extends BaseMapper<FirmInfo> {
public interface FirmInfoMapper {
}

View File

@ -38,6 +38,7 @@ public class FirmInfoServiceImpl implements FirmInfoService {
@Override
public FirmInfoCache getFirmInfoByUserId(Long userId) {
// FirmInfoCache firmInfoCache=null;
// if (redisService.hasKey("firm"+userId)){
// firmInfoCache=redisService.getCacheObject("firm"+userId);