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