Commit 200a5630 authored by wei's avatar wei 🎱

待审阅占用文档,改为借阅中

parent cd7be2af
......@@ -166,7 +166,7 @@ public class ExtDxDocumentServiceImpl<V extends DxDocumentVO> extends DocumentSe
public void updateBorrowingStatus(Long id, String borrowingInProgress) {
DxDocumentVO dxDocumentVO = this.get(id);
// 更新文档借阅状态
dxDocumentVO.setArchivingStatus(borrowingInProgress);
dxDocumentVO.setBorrowingStatus(borrowingInProgress);
dxDocumentVO.setOperator(OperatorType.MODIFY);
this.save((V) dxDocumentVO);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment