소스 검색

用户收藏商户动态模块开发

wangzhijun 1 개월 전
부모
커밋
55a2437ab5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nightFragrance-massage/src/main/resources/mapper/moment/MomentCollectMapper.xml

+ 1 - 1
nightFragrance-massage/src/main/resources/mapper/moment/MomentCollectMapper.xml

@@ -5,7 +5,7 @@
     <update id="incrementSaveCount">
         UPDATE
             t_technician_moment
-        SET save_count = IFNULL(save_count, 0) + #{step}
+        SET like_count = IFNULL(like_count, 0) + #{step}
         WHERE
             id = #{momentId}
     </update>