Procházet zdrojové kódy

调整-设备详情页去除水印

Aslee před 2 roky
rodič
revize
697bf8a24e
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      src/main/resources/mapper/AuthProductMapper.xml

+ 4 - 4
src/main/resources/mapper/AuthProductMapper.xml

@@ -300,10 +300,10 @@
     <select id="getAuthProductByProductId" resultType="com.caimei.module.base.entity.vo.AuthProductVo">
         select t.name       as productName,
                p.snCode,
-               t.pcImage,
-               t.appletsImage,
-               p.pcCertificateImage,
-               p.appletsCertificateImage,
+               t.image as pcImage,
+               t.image as appletsImage,
+               p.certificateImage as pcCertificateImage,
+               p.certificateImage as appletsCertificateImage,
                p.brandId,
                b.authLogo,
                b.name       as brandName,