mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
修复加载i18n问题
This commit is contained in:
@@ -48,7 +48,7 @@ public class ApiRegisterServiceImpl implements ApiRegisterService {
|
||||
CopyUtil.copyPropertiesIgnoreNull(apiInfoDTO, apiInfo);
|
||||
apiInfo.setRegSource(REG_SOURCE_SYS);
|
||||
// 保存到数据库
|
||||
apiInfoMapper.saveOrUpdate(apiInfo);
|
||||
apiInfoMapper.saveOrUpdateIgnoreNull(apiInfo);
|
||||
apiInfoDTO.setId(apiInfo.getId());
|
||||
// 保存到缓存
|
||||
apiManager.save(apiInfoDTO);
|
||||
|
Reference in New Issue
Block a user