修改
This commit is contained in:
@ -491,7 +491,7 @@ public class DataLogTools {
|
||||
Object old = mapper.selectById(id);
|
||||
if(old==null) return null;
|
||||
T dto = (T) tabInfo.toDto(old);
|
||||
initJoinValues(tabInfo,dto,SetUtils.of(klazz), full);
|
||||
// initJoinValues(tabInfo,dto,SetUtils.of(klazz), full);
|
||||
return dto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user