liuxiaolong
2019-08-02 0e323ad7f5e91710afec7a01e3186268bf3e97f6
fix bug
2个文件已修改
4 ■■■ 已修改文件
controllers/fileController.go 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
controllers/task.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
controllers/fileController.go
@@ -180,6 +180,7 @@
    Sex string `json:"sex"`
    TableId string `json:"tableId"`
    TableName string `json:"tableName"`
    Enable int32 `json:"enable"`
}
type CompareSortResult []CompareResult
@@ -235,6 +236,7 @@
                PhoneNum: p.PhoneNum,
                Sex: p.Sex,
                TableId: p.TableId,
                Enable: p.Enable,
            }
            dbTableInfos, _ := esApi.Dbtablefosbyid([]string{p.TableId}, config.EsInfo.EsIndex.DbTables.IndexName, esServerIp, esServerPort)
            if dbTableInfos !=nil{
controllers/task.go
@@ -231,7 +231,7 @@
type TaskSdkRules struct {
    TaskId string `json:"taskId"`
    SdkId string  `json:"sdkId"`
    rules []TaskSdkRuleVo `json:"rules"`
    Rules []TaskSdkRuleVo `json:"rules"`
}
type TaskSdkRuleVo struct {