@@ -271,9 +271,9 @@
<if test="type != null">
type = #{type},
</if>
- <if test="dispatchUserId">
+ <!--<if test="dispatchUserId">
and dispatch_user_id = #{dispatchUserId}
- </if>
+ </if>-->
</set>
where id = #{id}
</update>