修改
This commit is contained in:
parent
18f707abe6
commit
f3327d15b5
@ -602,6 +602,7 @@ func MyAllWorkApprovals(in *approval.ListRequest) ([]*Approval, int64) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if in.ApprovalStatus == 0 && in.SubmitterName == "" { // 此处 为 阅读状态 表示 审批状态 默认为 StatusDoing
|
if in.ApprovalStatus == 0 && in.SubmitterName == "" { // 此处 为 阅读状态 表示 审批状态 默认为 StatusDoing
|
||||||
|
queryApproval.NowUserId = in.UserID
|
||||||
queryApproval.Status = StatusDoing
|
queryApproval.Status = StatusDoing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user