修改随机推荐

This commit is contained in:
cyk
2023-07-04 11:01:35 +08:00
parent 3c1f800884
commit c390ea29d1

View File

@@ -173,7 +173,6 @@ public class projectService {
categoryEntity categoryEntity = categoryDao.retNum(projectEntity.getCategoryId());
projectEntity.setCategoryName(categoryEntity.getCategoryName());
projectEntityList.add(projectEntity);
System.out.println(id);
}
return projectEntityList;