Aslee před 4 roky
rodič
revize
116dce66a8

+ 4 - 0
base-module/src/main/java/com/caimei/module/base/entity/po/CmBrandAuthProductPo.java

@@ -21,4 +21,8 @@ public class CmBrandAuthProductPo {
      * 商品图片
      */
     private String image;
+    /**
+     * 授权牌照
+     */
+    private String certificateImage;
 }

+ 1 - 1
product/src/main/resources/com-caimei-module-product/ProductModuleMapper.xml

@@ -594,7 +594,7 @@
         where bigTypeID = #{bigTypeID}
     </select>
     <select id="findAuthProductDetailsByProductId" resultType="com.caimei.module.base.entity.vo.AuthProductVo">
-        select bap.name,bap.snCode,bap.image,cb.authLogo,cb.name as brandName,c.name as productionPlace,
+        select bap.name,bap.snCode,bap.image,bap.certificateImage,cb.authLogo,cb.name as brandName,c.name as productionPlace,
                ba.securityLink,ba.agentFlag,ba.agentName,ba.statementType,ba.statementContent,
                ba.statementLink,ba.authParty
            from cm_brand_auth_product bap