feat:bug
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
<update id="updateDeleteStatusBatch" >
|
<update id="updateDeleteStatusBatch" >
|
||||||
UPDATE zxjp_message_template
|
UPDATE zxjp_message_template
|
||||||
SET
|
SET
|
||||||
deleted = #{deleted,jdbcType=BIT},
|
deleted = 1,
|
||||||
update_time = NOW(),
|
update_time = NOW(),
|
||||||
update_user_id = #{userId,jdbcType=VARCHAR}
|
update_user_id = #{userId,jdbcType=VARCHAR}
|
||||||
WHERE id IN
|
WHERE id IN
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
<if test="request.matterType != null">
|
<if test="request.matterType != null">
|
||||||
AND matter_type = #{request.matterType,jdbcType=TINYINT}
|
AND matter_type = #{request.matterType,jdbcType=TINYINT}
|
||||||
</if>
|
</if>
|
||||||
<if test="request.messageTitle != null and messageTitle != ''">
|
<if test="request.messageTitle != null and request.messageTitle != ''">
|
||||||
AND message_title LIKE CONCAT('%', #{request.messageTitle,jdbcType=VARCHAR}, '%')
|
AND message_title LIKE CONCAT('%', #{request.messageTitle,jdbcType=VARCHAR}, '%')
|
||||||
</if>
|
</if>
|
||||||
<if test="request.todayTask != null">
|
<if test="request.todayTask != null">
|
||||||
|
|||||||
Reference in New Issue
Block a user