|
|
|
@ -115,7 +115,8 @@ public class DynamicEntity extends BaseBean implements Serializable {
|
|
|
|
|
Method setMethod = this.getClass().getDeclaredMethod(setMethodName, new Class[]{val.getClass()});
|
|
|
|
|
setMethod.invoke(this, val);
|
|
|
|
|
} catch (NoSuchMethodException e) {
|
|
|
|
|
LOGGER.error("没有方法:{}",setMethodName,e);
|
|
|
|
|
// LOGGER.error("没有方法:{}",setMethodName,e);
|
|
|
|
|
LOGGER.error("没有方法:{}",setMethodName);
|
|
|
|
|
} catch (IllegalAccessException e) {
|
|
|
|
|
LOGGER.error("入参出错:{}:{}",val,val.getClass(),e);
|
|
|
|
|
} catch (InvocationTargetException e) {
|
|
|
|
|