Ver código fonte

Merge branch 'feature/经销商培训申请' into develop

yanglingling 1 ano atrás
pai
commit
3843767a5c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      opms_parent/app/service/proj/business_cron.go

+ 1 - 1
opms_parent/app/service/proj/business_cron.go

@@ -181,7 +181,7 @@ func businessFollowOverdueSalesAssociate(tenant string, userIds []string) {
 		if msg != "" {
 			msg = "\n " + msg
 		}
-		msg += fmt.Sprintf("**您有超期3天未跟进B类项目%v个:** %v   \n\n", businessBTrid.Count, "\n1. "+strings.Replace(businessATrid.BusNames, ",", "\n1. ", -1))
+		msg += fmt.Sprintf("**您有超期3天未跟进B类项目%v个:** %v   \n\n", businessBTrid.Count, "\n1. "+strings.Replace(businessBTrid.BusNames, ",", "\n1. ", -1))
 	}
 	if businessCTrid.Count > 0 {
 		if msg != "" {