|
|
|
@ -47,10 +47,14 @@ public class CoreBaseAnnotationParser {
|
|
|
|
|
* @param list
|
|
|
|
|
*/
|
|
|
|
|
public void queryListAfter(List list) {
|
|
|
|
|
if(true){
|
|
|
|
|
|
|
|
|
|
}else {
|
|
|
|
|
if (ObjectUtil.isNotEmpty(list)) {
|
|
|
|
|
list.parallelStream().forEach(this::queryEntityAfter);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void dictParser(Object object) {
|
|
|
|
|
if(object instanceof List) {
|
|
|
|
|