知识管理添加工作流审批3
This commit is contained in:
parent
22b0639fd0
commit
a36c35d18e
@ -78,5 +78,11 @@ public interface KnowledgeService {
|
||||
return CollectionUtils.convertMap(list, KnowledgeDO::getId);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 更新请假申请的状态
|
||||
*
|
||||
* @param id 编号
|
||||
* @param status 结果
|
||||
*/
|
||||
void updateKnowledgeStatus(Long id, Integer status);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user