JiangChongBo 2 gadi atpakaļ
vecāks
revīzija
af9dd6e5b9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/main/resources/mapper/AuthProductMapper.xml

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

@@ -100,7 +100,7 @@
         update cm_brand_auth_product
         set certificateImage = #{certificateImage},
             pcCertificateImage = #{pcCertificateImage},
-            appletsCertificateImage = #{appletsCertificateImage},
+            appletsCertificateImage = #{appletsCertificateImage}
         where id = #{productId}
     </update>
     <update id="updateAuthImageLogo">