@@ -82,7 +82,7 @@ public class CmBrandLandingVO implements Serializable
private String levelType;
/** 添加时间 */
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date addTime;
@@ -157,6 +157,7 @@
p.publishTime,
p.addTime,
p.alias,
+ p.banner,
p.image,
s.name as shopName,
p.shopId as shopId,