@@ -130,7 +130,7 @@
</update>
- <update id="updateCoachOpenid" parameterType="com.miaxis.tms.dto.TmsCoachInfoPwDTO" >
+ <update id="updateCoachOpenid" parameterType="com.miaxis.tms.dto.TmsCoachInfoBindDTO" >
update tms_coach_info@TMS${city} set tci_openid = #{openid,jdbcType=VARCHAR} where tci_id =
(select max(tci_id) from tms_coach_info@TMS${city} g where g.tci_idcard=#{idcard,jdbcType=VARCHAR} and g.tci_password=#{password,jdbcType=VARCHAR})