|
@@ -368,6 +368,10 @@ func getCalculateValueByCell(calculateCellMap map[string]Cell, key string, cellK
|
|
|
tagList := make([]utils.CellPosition, 0)
|
|
|
|
|
|
var relationCellList []request.RelationCell
|
|
|
+ if colData.Extra == `` {
|
|
|
+ err = errors.New(colData.Uid + "没有绑定关系")
|
|
|
+ return
|
|
|
+ }
|
|
|
err = json.Unmarshal([]byte(colData.Extra), &relationCellList)
|
|
|
if err != nil {
|
|
|
return
|