Переглянути джерело

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

Aslee 2 роки тому
батько
коміт
697bf8a24e
1 змінених файлів з 4 додано та 4 видалено
  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,