update - 处理管理平台查询问题

This commit is contained in:
wangli 2023-08-30 16:37:47 +08:00
parent e9d2186848
commit 0d547bcbf4

View File

@ -28,7 +28,7 @@
id, inner_template_no, template_no, channel_code, channel_name, title, template_content, type, status, has_param, remark, reason, create_at, update_at, create_by, update_by, is_delete
</sql>
<delete id="deleteByTemplateNo">
delete from channel_message_template where inner_template_no = #{templateNo}
delete from mns_channel_message_template where inner_template_no = #{templateNo}
</delete>
</mapper>