Tag信息获取
Some checks failed
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head There was a failure building this commit

This commit is contained in:
筱锋xiao_lfeng 2024-03-12 21:05:22 +08:00
parent c7869775ef
commit 6813b5195d

View File

@ -212,7 +212,7 @@ public class ProjectDAO {
} }
public List<ProjectDO> tget(Integer id, List<String> tags, Integer isFinish) { public List<ProjectDO> tget(Integer id) {
log.info("DAO层"); log.info("DAO层");
return projectMapper.tget(id); return projectMapper.tget(id);
} }