Explorar o código

Merge branch '0.0.1' into debug

Roc %!s(int64=4) %!d(string=hai) anos
pai
achega
a83e954b05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/approval.go

+ 1 - 1
controllers/approval.go

@@ -53,7 +53,7 @@ func (this *ApprovalCommon) List() {
 
 	if status != "" {
 		if status == "已审批" {
-			condition += ` AND c.approve_status IN('已审批','驳回','已撤回') `
+			condition += ` AND c.approve_status IN('已审批','驳回') `
 		} else {
 			condition += ` AND c.approve_status=? `
 			pars = append(pars, status)