Explorar o código

feature(OMS):钉钉提示消息修改

yanglingling %!s(int64=2) %!d(string=hai) anos
pai
achega
3b5fb360e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 != "" {