|
@@ -109,6 +109,9 @@
|
|
|
<if test="repairStartTimeEnd != null">
|
|
|
and application.repair_start_time <![CDATA[ < ]]> #{repairStartTimeEnd}
|
|
|
</if>
|
|
|
+ <if test="dispatchUserId != null">
|
|
|
+ and application.dispatch_user_id = #{dispatchUserId}
|
|
|
+ </if>
|
|
|
</where>
|
|
|
</select>
|
|
|
<select id="selectById" parameterType="java.lang.Object"
|
|
@@ -265,6 +268,9 @@
|
|
|
<if test="type != null">
|
|
|
type = #{type},
|
|
|
</if>
|
|
|
+ <if test="dispatchUserId">
|
|
|
+ and dispatch_user_id = #{dispatchUserId}
|
|
|
+ </if>
|
|
|
</set>
|
|
|
where id = #{id}
|
|
|
</update>
|