Explorar el Código

Merge branch '0.0.1' into debug

Roc hace 4 años
padre
commit
a83e954b05
Se han modificado 1 ficheros con 1 adiciones y 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)