ziwen 1 年之前
父节点
当前提交
39eb6a62a2
共有 1 个文件被更改,包括 1 次插入0 次删除
  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