Просмотр исходного кода

CameraPhoto 的 channelId 字段修改为 channelCode

reghao 7 месяцев назад
Родитель
Сommit
29f41e4278

+ 2 - 2
content/content-service/src/main/java/cn/reghao/tnb/content/app/geo/model/po/CameraPhoto.java

@@ -20,7 +20,7 @@ public class CameraPhoto extends BaseObject<Integer> {
     private String albumType;
     private Long albumId;
     private String objectId;
-    private Integer channelId;
+    private Integer channelCode;
     private String photoUrl;
     private String manufacturer;
     private String model;
@@ -34,7 +34,7 @@ public class CameraPhoto extends BaseObject<Integer> {
         this.albumType = "MallReply";
         this.albumId = replyId;
         this.objectId = camPhoto.getObjectId();
-        this.channelId = camPhoto.getChannelCode();
+        this.channelCode = camPhoto.getChannelCode();
         this.photoUrl = camPhoto.getPhotoUrl();
         this.manufacturer = camPhoto.getManufacturer();
         this.model = camPhoto.getModel();