feat:撤销能看到
This commit is contained in:
@@ -48,8 +48,7 @@
|
|||||||
UPDATE zxjp_message_template
|
UPDATE zxjp_message_template
|
||||||
SET
|
SET
|
||||||
deleted = 1,
|
deleted = 1,
|
||||||
update_time = NOW(),
|
update_time = NOW(), updater_user_id = #{userId,jdbcType=VARCHAR}
|
||||||
update_user_id = #{userId,jdbcType=VARCHAR}
|
|
||||||
WHERE id IN
|
WHERE id IN
|
||||||
<foreach collection="ids" item="id" open="(" separator="," close=")">
|
<foreach collection="ids" item="id" open="(" separator="," close=")">
|
||||||
#{id,jdbcType=BIGINT}
|
#{id,jdbcType=BIGINT}
|
||||||
|
|||||||
@@ -105,7 +105,6 @@
|
|||||||
OR store_name LIKE CONCAT('%',#{request.keyword},'%')
|
OR store_name LIKE CONCAT('%',#{request.keyword},'%')
|
||||||
)
|
)
|
||||||
</if>
|
</if>
|
||||||
AND revoke_status = 0
|
|
||||||
</where>
|
</where>
|
||||||
ORDER BY create_time DESC
|
ORDER BY create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user