Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
JEECG开源社区 | e825ebccd5 | |
光速蜗牛 | c20549fa0f |
|
@ -593,7 +593,7 @@ public class oConvertUtils {
|
|||
* @return
|
||||
*/
|
||||
public static<F,T> List<T> entityListToModelList(List<F> fromList, Class<T> tClass){
|
||||
if(fromList.isEmpty() || fromList == null){
|
||||
if(fromList == null || fromList.isEmpty()){
|
||||
return null;
|
||||
}
|
||||
List<T> tList = new ArrayList<>();
|
||||
|
|
Loading…
Reference in New Issue