项目删除接口优化
Some checks failed
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head There was a failure building this commit
Some checks failed
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head There was a failure building this commit
This commit is contained in:
parent
935003c126
commit
ee9e361130
|
@ -63,7 +63,7 @@ public interface ProjectMapper {
|
|||
@Select("select * from organize_oa.oa_project where name=#{name}")
|
||||
ProjectDO getByName(String name);
|
||||
|
||||
@Delete("DELETE FROM organize_oa.oa_project where id=#{id}")
|
||||
@Update("UPDATE organize_oa.oa_project SET is_delete = 1 where id=#{id}")
|
||||
boolean deleteProject(Long id);
|
||||
|
||||
@Insert("INSERT INTO organize_oa.oa_project_cutting (pid, name, tag, real_time) " +
|
||||
|
|
Loading…
Reference in New Issue
Block a user