Parcourir la source

信息中心优化

kaick il y a 1 an
Parent
commit
1df61ef6c1

+ 1 - 1
src/main/java/com/caimei/www/pojo/vo/CmBrandLandingVO.java

@@ -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;
 
 

+ 1 - 0
src/main/resources/mapper/BaikeMapper.xml

@@ -157,6 +157,7 @@
 			p.publishTime,
 			p.addTime,
 			p.alias,
+			p.banner,
 			p.image,
 		    s.name as shopName,
 			p.shopId as shopId,