This commit is contained in:
苏尹岚
2021-03-01 18:14:36 +08:00
parent 34af8ec1ed
commit 1c49fcb1d7
4 changed files with 37 additions and 2 deletions

View File

@@ -694,7 +694,7 @@ func (a *API) SaveQualify(stationNo string, actionType int, qualifyList []*Quali
"stationNo": stationNo,
"actionType": actionType,
"qualifyList": utils.Format4Output(qualifyList, true),
"type": 1,
"type": 0,
"degrade": "no",
}, true, "")
return err