JiangChongBo 2 years ago
parent
commit
af9dd6e5b9
1 changed files with 1 additions and 1 deletions
  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">