feat:撤销能看到

This commit is contained in:
苏竹红
2025-07-31 10:11:22 +08:00
parent 6640b51c5b
commit fa1c89fff9
2 changed files with 1 additions and 3 deletions

View File

@@ -48,8 +48,7 @@
UPDATE zxjp_message_template
SET
deleted = 1,
update_time = NOW(),
update_user_id = #{userId,jdbcType=VARCHAR}
update_time = NOW(), updater_user_id = #{userId,jdbcType=VARCHAR}
WHERE id IN
<foreach collection="ids" item="id" open="(" separator="," close=")">
#{id,jdbcType=BIGINT}

View File

@@ -105,7 +105,6 @@
OR store_name LIKE CONCAT('%',#{request.keyword},'%')
)
</if>
AND revoke_status = 0
</where>
ORDER BY create_time DESC
</select>