Browse Source

客户咨询记录

Duan_xu 3 years ago
parent
commit
e7aa34b917
1 changed files with 13 additions and 3 deletions
  1. 13 3
      src/main/resources/mapper/ClubMapper.xml

+ 13 - 3
src/main/resources/mapper/ClubMapper.xml

@@ -200,8 +200,13 @@
         update cm_club_remarks
         set remarks     = #{remarks},
             questionMan = #{questionMan},
-            consultType = #{consult}
-        where id = #{remarksId}
+            consultType = #{consult},
+            clubType=#{clubType},
+            pinceSensitve=#{pinceSensitve},
+            satisfied=#{satisfied},
+            followup=#{followup},
+            extra=#{extra},
+         where id = #{remarksId}
     </update>
     <update id="updateQuestionMan">
         update cm_visitor_remarks
@@ -212,7 +217,12 @@
     <update id="updateVisitorRemark">
         update cm_visitor_remarks
         set remarks = #{remarks},
-            consultType = #{consult}
+            consultType = #{consult},
+            clubType=#{clubType},
+            pinceSensitve=#{pinceSensitve},
+            satisfied=#{satisfied},
+            followup=#{followup},
+            extra=#{extra},
         where id = #{remarksId}
     </update>
     <update id="updateVisit">