【fix sonar】oConvertUtils文件
This commit is contained in:
+1
@@ -614,6 +614,7 @@ public class oConvertUtils {
|
|||||||
} catch (IllegalAccessException e) {
|
} catch (IllegalAccessException e) {
|
||||||
log.error("entityToModel : 安全权限异常", e);
|
log.error("entityToModel : 安全权限异常", e);
|
||||||
}
|
}
|
||||||
|
assert model != null;
|
||||||
BeanUtils.copyProperties(entity, model);
|
BeanUtils.copyProperties(entity, model);
|
||||||
return (T)model;
|
return (T)model;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user