fix
This commit is contained in:
parent
ddfed4a2ef
commit
05f61fc8b2
@ -207,6 +207,9 @@ func (w *wsConnectItem) assembleRenderData(taskId string, info websocket_data.Re
|
|||||||
refletion := -1
|
refletion := -1
|
||||||
if element.Refletion != nil && *element.Refletion != "" {
|
if element.Refletion != nil && *element.Refletion != "" {
|
||||||
refletion, err = strconv.Atoi(*element.Refletion)
|
refletion, err = strconv.Atoi(*element.Refletion)
|
||||||
|
if err != nil {
|
||||||
|
logx.Error("err refletion:set default -1")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
//组装data数据
|
//组装data数据
|
||||||
var mode map[string]interface{}
|
var mode map[string]interface{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user