...
|
...
|
@@ -28,7 +28,7 @@ |
|
|
<update id="updateToUnValidStatusByUid">
|
|
|
update authorize_info
|
|
|
set valid_status = 0,update_time = #{updateTime}
|
|
|
where uid = #{uid,jdbcType=INTEGER}
|
|
|
where uid = #{uid,jdbcType=INTEGER} and valid_status = 1
|
|
|
</update>
|
|
|
|
|
|
<insert id="insert" parameterType="com.yohoufo.dal.user.model.UserAuthorizeInfo" >
|
...
|
...
|
|