JiangChongBo 2 лет назад
Родитель
Сommit
af9dd6e5b9
1 измененных файлов с 1 добавлено и 1 удалено
  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
         update cm_brand_auth_product
         set certificateImage = #{certificateImage},
         set certificateImage = #{certificateImage},
             pcCertificateImage = #{pcCertificateImage},
             pcCertificateImage = #{pcCertificateImage},
-            appletsCertificateImage = #{appletsCertificateImage},
+            appletsCertificateImage = #{appletsCertificateImage}
         where id = #{productId}
         where id = #{productId}
     </update>
     </update>
     <update id="updateAuthImageLogo">
     <update id="updateAuthImageLogo">