|
@@ -68,10 +68,7 @@
|
|
xu_ydate,
|
|
xu_ydate,
|
|
</if>
|
|
</if>
|
|
<if test="xu_isauthorize != null" >
|
|
<if test="xu_isauthorize != null" >
|
|
- xu_isauthorize,
|
|
|
|
- </if>
|
|
|
|
- <if test="college_enable != null" >
|
|
|
|
- college_enable
|
|
|
|
|
|
+ xu_isauthorize
|
|
</if>
|
|
</if>
|
|
</trim>
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides="," >
|
|
<trim prefix="values (" suffix=")" suffixOverrides="," >
|
|
@@ -109,10 +106,7 @@
|
|
#{xu_ydate,jdbcType=DATE},
|
|
#{xu_ydate,jdbcType=DATE},
|
|
</if>
|
|
</if>
|
|
<if test="xu_isauthorize != null" >
|
|
<if test="xu_isauthorize != null" >
|
|
- #{xu_isauthorize,jdbcType=INTEGER},
|
|
|
|
- </if>
|
|
|
|
- <if test="college_enable != null" >
|
|
|
|
- #{college_enable,jdbcType=INTEGER}
|
|
|
|
|
|
+ #{xu_isauthorize,jdbcType=INTEGER}
|
|
</if>
|
|
</if>
|
|
</trim>
|
|
</trim>
|
|
</insert>
|
|
</insert>
|
|
@@ -163,10 +157,7 @@
|
|
xu_content_type = #{xu_content_type,jdbcType=VARCHAR},
|
|
xu_content_type = #{xu_content_type,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
<if test="xu_content_date != null" >
|
|
<if test="xu_content_date != null" >
|
|
- xu_content_date = #{xu_content_date,jdbcType=DATE},
|
|
|
|
- </if>
|
|
|
|
- <if test="college_enable != null" >
|
|
|
|
- college_enable = #{college_enable,jdbcType=INTEGER}
|
|
|
|
|
|
+ xu_content_date = #{xu_content_date,jdbcType=DATE}
|
|
</if>
|
|
</if>
|
|
</set>
|
|
</set>
|
|
where xu_openid = #{xu_openid,jdbcType=VARCHAR}
|
|
where xu_openid = #{xu_openid,jdbcType=VARCHAR}
|