|
|
|
@ -63,9 +63,9 @@ public class OcrSearchHistoryServiceImpl extends ServiceImpl<OcrSearchHistoryMap
|
|
|
|
|
|
|
|
|
|
//系统中记录的ai统计租户id
|
|
|
|
|
String counttenantid = iCacheManager.get(CacheConstants.TOOLSCOUNT_TENANTID_MODEL_NAME,tenantid);
|
|
|
|
|
if(!StringUtils.isBlank(counttenantid)){
|
|
|
|
|
return ResultVoUtil.error("true");
|
|
|
|
|
}
|
|
|
|
|
// if(!StringUtils.isBlank(counttenantid)){
|
|
|
|
|
// return ResultVoUtil.error("true");
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
//用户登录信息写入缓存
|
|
|
|
|
iCacheManager.put(CacheConstants.TOOLSCOUNT_TENANTID_MODEL_NAME,tenantid,"true",CacheConstants.TOOLSCOUNT_TENANTID_CACHE_TIME);
|
|
|
|
|