@@ -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