Commit 67a7c122 by 徐高华

离职继承的状态

parent 720b05aa
......@@ -267,6 +267,9 @@ public class HandoverOperationApiServiceImpl implements HandoverOperationApiServ
dto.setHandoverStaffId(handoverTransfer.getHandoverStaffId());
dto.setTakeoverStaffId(handoverTransfer.getTakeoverStaffId());
dto.setHandoverStaffName(handoverStaff);
if(dto.getStatusFlag() == 2 && (null == dto.getTransferStatus() || "0".equals(dto.getTransferStatus()))) {
dto.setTransferStatus("2");
}
});
return ret;
}
......
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