updated datasets
This commit is contained in:
parent
8ba83170d7
commit
0a94f55363
|
@ -1,7 +1,6 @@
|
|||
package apis
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/gin-gonic/gin"
|
||||
"gitlink.org.cn/JointCloud/pcm-openi/common"
|
||||
"gitlink.org.cn/JointCloud/pcm-openi/model"
|
||||
|
@ -80,7 +79,7 @@ func ExportDataset(ctx *gin.Context) {
|
|||
}
|
||||
|
||||
if resp.Code != "0" {
|
||||
model.Response(ctx, 500, common.INVOKEERROR, errors.New(resp.Msg))
|
||||
model.Response(ctx, 500, resp.Msg, nil)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue