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