|
@@ -34,7 +34,7 @@ func (this *ExcelInfoController) GetTableDetail() {
|
|
|
br.ErrMsg = "参数错误,uniqueCode is empty"
|
|
|
return
|
|
|
}
|
|
|
- key := utils.HZ_CHART_LIB_EXCEL_TABLE_DETAIL + uniqueCode
|
|
|
+ key := utils.HZ_CHART_LIB_EXCEL_TABLE_DETAIL + ":" + uniqueCode
|
|
|
resp := new(response.ExcelTableDetailResp)
|
|
|
//判断是否有缓存
|
|
|
if utils.Re == nil {
|