ziwen vor 1 Jahr
Ursprung
Commit
39eb6a62a2
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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