Pārlūkot izejas kodu

设备详情返回机构logo

Aslee 3 gadi atpakaļ
vecāks
revīzija
0f573ca6a5

+ 4 - 0
src/main/java/com/caimei/model/vo/AuthProductVo.java

@@ -94,6 +94,10 @@ public class AuthProductVo {
      * 被授权方
      * 被授权方
      */
      */
     private String authParty;
     private String authParty;
+    /**
+     * 机构logo
+     */
+    private String clubLogo;
     /**
     /**
      * 商品参数
      * 商品参数
      */
      */

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

@@ -310,6 +310,7 @@
                c.name       as productionPlace,
                c.name       as productionPlace,
                a.id         as authId,
                a.id         as authId,
                a.authParty,
                a.authParty,
+               a.logo       as clubLogo,
                u.authUserId as authUserId,
                u.authUserId as authUserId,
                u.name       as shopName,
                u.name       as shopName,
                u.shopType,
                u.shopType,