Browse Source

no message

xingzai 7 months ago
parent
commit
c464a67b24
1 changed files with 3 additions and 0 deletions
  1. 3 0
      controllers/roadshow/calendar_meeting_user.go

+ 3 - 0
controllers/roadshow/calendar_meeting_user.go

@@ -2,10 +2,12 @@ package roadshow
 
 import (
 	"encoding/json"
+	"fmt"
 	"hongze/hz_crm_api/controllers"
 	"hongze/hz_crm_api/models"
 	"hongze/hz_crm_api/models/cygx"
 	"hongze/hz_crm_api/models/roadshow"
+	"hongze/hz_crm_api/utils"
 	"strconv"
 	"strings"
 	"time"
@@ -204,6 +206,7 @@ func (this *CalendarMeetingUserController) List() {
 			item := new(cygx.RaiServeTagResp)
 			item.TagType = v.TagType
 			item.TagId = v.TagId
+			item.Md5Key = utils.MD5(fmt.Sprintf("K_", v.TagType, "V_", v.TagId))
 			switch v.TagType {
 			case 1:
 				item.TagName = mapindustrialManagementName[v.TagId]