|
@@ -483,8 +483,8 @@ func (this *BusinessTrip) ApplyList() {
|
|
|
}
|
|
|
|
|
|
if status != "" {
|
|
|
- if status == "已审批" {
|
|
|
- condition += ` AND status IN('已审批','已驳回') `
|
|
|
+ if status == "已处理" {
|
|
|
+ condition += ` AND status <> '待审批' `
|
|
|
} else {
|
|
|
condition += ` AND status=? `
|
|
|
pars = append(pars, status)
|