正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -52,7 +52,7 @@ func GetAuditListForExcel(param protocol.RequestAuditList, companyid int64, user | @@ -52,7 +52,7 @@ func GetAuditListForExcel(param protocol.RequestAuditList, companyid int64, user | ||
| 52 | storeType, _ := strconv.ParseInt(storeTypeS, 10, 8) | 52 | storeType, _ := strconv.ParseInt(storeTypeS, 10, 8) |
| 53 | soureData[i]["type"] = models.ChanceStoreTypeMap[int8(storeType)] | 53 | soureData[i]["type"] = models.ChanceStoreTypeMap[int8(storeType)] |
| 54 | reserveTypeIdS := fmt.Sprint(soureData[i]["reserve_type_id"]) | 54 | reserveTypeIdS := fmt.Sprint(soureData[i]["reserve_type_id"]) |
| 55 | - soureData[i]["reserve_type"] = "" | 55 | + soureData[i]["reserve_type"] = "未设置" |
| 56 | if reserveType, ok := reserveTypeCache[reserveTypeIdS]; ok { | 56 | if reserveType, ok := reserveTypeCache[reserveTypeIdS]; ok { |
| 57 | soureData[i]["reserve_type"] = reserveType.Name | 57 | soureData[i]["reserve_type"] = reserveType.Name |
| 58 | } else { | 58 | } else { |
| @@ -124,7 +124,7 @@ func GetAuditListForExcel(param protocol.RequestAuditList, companyid int64, user | @@ -124,7 +124,7 @@ func GetAuditListForExcel(param protocol.RequestAuditList, companyid int64, user | ||
| 124 | if "prod" == myconfig.MConfig.ConfigName { | 124 | if "prod" == myconfig.MConfig.ConfigName { |
| 125 | frontHost = "https://web-open.fjmaimaimai.com/#/ability/opportunity/export-detail" | 125 | frontHost = "https://web-open.fjmaimaimai.com/#/ability/opportunity/export-detail" |
| 126 | } else { | 126 | } else { |
| 127 | - frontHost = "https://mmm-web-open-test.fjmaimaimai.com//#/ability/opportunity/export-detail" | 127 | + frontHost = "https://mmm-web-open-test.fjmaimaimai.com/#/ability/opportunity/export-detail" |
| 128 | } | 128 | } |
| 129 | soureData[i]["media"] = fmt.Sprintf("%s?chance_id=%v&check_sum=%s", frontHost, soureData[i]["id"], signString) | 129 | soureData[i]["media"] = fmt.Sprintf("%s?chance_id=%v&check_sum=%s", frontHost, soureData[i]["id"], signString) |
| 130 | 130 |
-
请 注册 或 登录 后发表评论