ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/config/SysTagServiceImpl.java
@@ -178,6 +178,7 @@ * @author jqs34 * @date 2023/6/24 17:32 */ @Override public String importTag(List<MgtTagImportDto> tagList, Integer tagType, String operName) { if (StringUtils.isNull(tagList) || tagList.size() == 0) { throw new ServiceException("导入标签数据不能为空!");