删除日志
This commit is contained in:
@@ -131,7 +131,6 @@ func UpdateEntityLogicallyAndUpdateSyncStatus(db *DaoDB, item interface{}, kvs m
|
||||
valueRows := reflect.New(reflect.SliceOf(typeInfo))
|
||||
rows := valueRows.Interface()
|
||||
if err = GetEntitiesByKV(db, rows, conditions, false); err == nil {
|
||||
// globals.SugarLogger.Debug(utils.Format4Output(rows, false))
|
||||
valueRows = reflect.Indirect(valueRows)
|
||||
for i := 0; i < valueRows.Len(); i++ {
|
||||
value := reflect.Indirect(valueRows.Index(i))
|
||||
|
||||
Reference in New Issue
Block a user