projectDao修正
All checks were successful
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head This commit looks good
All checks were successful
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head This commit looks good
This commit is contained in:
parent
eb5095f4a8
commit
acd699e912
@ -214,14 +214,11 @@ 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层");
|
||||||
if(isFinish != null){
|
|
||||||
return projectMapper.tgetByIsfinish(isFinish);
|
|
||||||
}
|
|
||||||
if(tags != null && !tags.isEmpty()){
|
|
||||||
return projectMapper.tgetByTags(tags);
|
|
||||||
}
|
|
||||||
return projectMapper.tget(id);
|
return projectMapper.tget(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user