|
|
|
@ -96,6 +96,7 @@ public class BasicdataClientController extends BladeController {
|
|
|
|
|
}else{ |
|
|
|
|
queryWrapper.eq("pid","0"); |
|
|
|
|
} |
|
|
|
|
queryWrapper.orderByDesc("create_time"); |
|
|
|
|
IPage<BasicdataClientEntity> pages = basicdataClientService.page(Condition.getPage(query),queryWrapper); |
|
|
|
|
// pages.getRecords().forEach( i ->{
|
|
|
|
|
// if(!i.getCreateUser().equals(null)){
|
|
|
|
|