Browse Source

no message

xingzai 2 years ago
parent
commit
da7a094dce
1 changed files with 1 additions and 2 deletions
  1. 1 2
      services/company_approval_message.go

+ 1 - 2
services/company_approval_message.go

@@ -158,8 +158,7 @@ func AddCompanyApprovalMessageRai(companyId , companyContractId int, applyRealNa
 		return
 	}
 	var first, keyword1, keyword2, keyword3, keyword4 string
-	first = applyRealName + "已签约" + companyName + ",机构属性为" + companyProduct.IndustryName
-	keyword1 = "-"
+	keyword1 = applyRealName + "已签约" + companyName
 	keyword2 = time.Now().Format(utils.FormatDate)
 	keyword3 = contractDetail.StartDate
 	adminList, err := admin.GetSysuserRaiList()