ziwen 1 year ago
parent
commit
39eb6a62a2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/yanxuan_special.go

+ 1 - 0
controllers/yanxuan_special.go

@@ -439,6 +439,7 @@ func (this *YanxuanSpecialController) Enable() {
 	if req.Status == 1 {
 		go services.SendWxMsgSpecialFollow(req.Id)
 	}
+	go services.SendWxMsgSpecialAuthor(req.Id,status)
 	br.Msg = "审批成功"
 	br.Ret = 200
 	br.Success = true