@@ -94,6 +94,10 @@ public class AuthProductVo {
* 被授权方
*/
private String authParty;
+ /**
+ * 机构logo
+ */
+ private String clubLogo;
/**
* 商品参数
@@ -310,6 +310,7 @@
c.name as productionPlace,
a.id as authId,
a.authParty,
+ a.logo as clubLogo,
u.authUserId as authUserId,
u.name as shopName,
u.shopType,