mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-01 14:03:43 +08:00
feat: 调整知识库模块
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="org.ruoyi.system.mapper.SysNoticeStateMapper">
|
||||
|
||||
<update id="readAllNotice">
|
||||
UPDATE sys_notice_state SET read_status = 1
|
||||
</update>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user