Quellcode durchsuchen

修改绑定问题

小么熊🐻 vor 1 Jahr
Ursprung
Commit
0928941963

+ 1 - 1
jsjp-service/src/main/resources/mapper/tms/TmsCoachInfoMapper.xml

@@ -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})
     </update>