|
update tms_coach_info@TMS${city} set tci_openid = #{openid,jdbcType=VARCHAR} where tci_id =
|
|
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})
|
|
(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})
|