@@ -38,7 +38,7 @@ public class BackInfoTranslationsServiceImpl extends ServiceImpl<BackInfoTransla
@Override
public void saveOrUpdateBackInfoTranslations(BackInfoTranslations.Type type, Long funcId, Object obj, String lang) {
- if (StrUtil.isEmpty(lang)) {
+ if (StrUtil.isEmpty(lang) || funcId == null) {
return;
}
TranslationsDto translationsDto = new TranslationsDto();