mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-05-19 01:15:40 +08:00
fix: sql执行记录根据关键词搜索问题修复等
This commit is contained in:
@@ -26,5 +26,5 @@ type DataSyncTaskForm struct {
|
||||
|
||||
type DataSyncTaskStatusForm struct {
|
||||
Id uint64 `binding:"required" json:"taskId"`
|
||||
Status int `json:"status"`
|
||||
Status int8 `json:"status"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user