JiangChongBo пре 2 година
родитељ
комит
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
         set certificateImage = #{certificateImage},
             pcCertificateImage = #{pcCertificateImage},
-            appletsCertificateImage = #{appletsCertificateImage},
+            appletsCertificateImage = #{appletsCertificateImage}
         where id = #{productId}
     </update>
     <update id="updateAuthImageLogo">