This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Hao Miao 44abfe096c AlertMessage:
1、alertmessage添加is_distribute(待删除)、command_uuid、create_time、modify_time、alert_message_uuid属性。
2、AlertMessageController添加queryAlarmsByCommandId方法,根据commandUUID查询alertmessage
3、AlertMessageMapper添加新建、查询alertmessage
4、service重写处理alertmessage逻辑,现在alertmessage的isdistribute不需要了,需要删除
Command:
1、service添加updateCommandVaid方法,用于对研判后任务生成的指令研判下发
Task:
1、TaskCommandInfo类添加taskStatus,减少AlertMessageService的查询,并做了标注
2、Controller添加研判后任务下发指令\停止指令的方法validCommandInfoByTaskId
StaticRule、DynamicRule、WhiteList:
1、添加分页查询返回数据总数
2024-01-21 00:51:10 +08:00
2024-01-02 10:16:15 +08:00
2024-01-21 00:51:10 +08:00
2024-01-13 10:23:48 +08:00
2024-01-02 10:16:15 +08:00

SSFY系统 README

项目文件夹结构说明:

目前整体分为两大板块:configurationserver

Configuration

所有业务的配置,包括切面、拦截器、中间件、消息处理等配置全部放置于此处。 任何带@Configuration注解的配置均放置于此

server

server主要存放所有的业务逻辑以及Mapper接口。业务逻辑和Mapper需要按照业务进行划分进行分开放置


除了项目文件夹外,还有静态资源resources部分,主要存放configmappers和静态网页资源以及下载文件。

mappers文件夹主要存放所有的Mybatis Mappers以便于MyBatis进行扫描。 config文件夹目前仅存放application.yml文件用于进行SpringBoot和MyBatis基础配置。

Description
No description provided
Readme 4.1 MiB
Languages
JavaScript 92.4%
Java 7.2%
Python 0.2%
HTML 0.1%
Shell 0.1%