feat:bug

This commit is contained in:
苏竹红
2025-07-31 09:56:42 +08:00
parent ff92573176
commit 9a67a26ad9

View File

@@ -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">