feat:撤销能看到
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -105,7 +105,6 @@
|
||||
OR store_name LIKE CONCAT('%',#{request.keyword},'%')
|
||||
)
|
||||
</if>
|
||||
AND revoke_status = 0
|
||||
</where>
|
||||
ORDER BY create_time DESC
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user