| | |
| | | Sex string `json:"sex"` |
| | | TableId string `json:"tableId"` |
| | | TableName string `json:"tableName"` |
| | | Enable int32 `json:"enable"` |
| | | } |
| | | |
| | | type CompareSortResult []CompareResult |
| | |
| | | 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{ |
| | |
| | | type TaskSdkRules struct { |
| | | TaskId string `json:"taskId"` |
| | | SdkId string `json:"sdkId"` |
| | | rules []TaskSdkRuleVo `json:"rules"` |
| | | Rules []TaskSdkRuleVo `json:"rules"` |
| | | } |
| | | |
| | | type TaskSdkRuleVo struct { |