|
@@ -25,6 +25,7 @@
|
|
<if test="examine != null "> and examine = #{examine}</if>
|
|
<if test="examine != null "> and examine = #{examine}</if>
|
|
<if test="examineOption != null and examineOption != ''"> and examine_option = #{examineOption}</if>
|
|
<if test="examineOption != null and examineOption != ''"> and examine_option = #{examineOption}</if>
|
|
<if test="wid != null "> and wid = #{wid}</if>
|
|
<if test="wid != null "> and wid = #{wid}</if>
|
|
|
|
+ and is_refund != 1
|
|
</where>
|
|
</where>
|
|
order by update_time desc limit 30
|
|
order by update_time desc limit 30
|
|
</select>
|
|
</select>
|
|
@@ -65,6 +66,7 @@
|
|
<if test="updateTime != null">update_time = #{updateTime},</if>
|
|
<if test="updateTime != null">update_time = #{updateTime},</if>
|
|
<if test="wid != null">wid = #{wid},</if>
|
|
<if test="wid != null">wid = #{wid},</if>
|
|
<if test="fOption != null">f_option = #{fOption},</if>
|
|
<if test="fOption != null">f_option = #{fOption},</if>
|
|
|
|
+ <if test="isRefund != null">is_refund = #{isRefund},</if>
|
|
</trim>
|
|
</trim>
|
|
where cid = #{cid}
|
|
where cid = #{cid}
|
|
</update>
|
|
</update>
|