Commit 678b5b1c authored by zengtianlai3's avatar zengtianlai3

表达式永远为false

parent c7da8afc
......@@ -37,10 +37,6 @@ public class BeanCopyUtil extends BeanUtils {
T t = target.get();
copyProperties(source, t);
list.add(t);
if (callBack != null) {
// 回调
callBack.callBack(source, t);
}
}
return list;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment