我在model中定义了两个私有变量
1:前端返回有createdTime和imgList有值,但是我的left Join的字段不见了
(设置如下)
constants.setJsonFactory(new FastJsonFactory());
2:前端返回createdTime和imgList无值,但是我left join有值
(设置如下)
constants.setJsonFactory(new MixedJsonFactory());
请问怎么设置可以兼顾两种,既要createdTime和imgList有值,我left join的值也保留@ @