|
@@ -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">
|