main
jhc 1 year ago
parent 18f707abe6
commit f3327d15b5

@ -602,6 +602,7 @@ func MyAllWorkApprovals(in *approval.ListRequest) ([]*Approval, int64) {
}
if in.ApprovalStatus == 0 && in.SubmitterName == "" { // 此处 为 阅读状态 表示 审批状态 默认为 StatusDoing
queryApproval.NowUserId = in.UserID
queryApproval.Status = StatusDoing
}

Loading…
Cancel
Save