Toggle navigation
Toggle navigation
This project
Loading...
Sign in
guizhou-monitorV2.0.1
/
agent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangmingm
2017-05-17 13:51:55 +0800
Commit
3ed9be2de5cf84d1338a18767bae3c56c3d14314
1 parent
bf6ba254
添加deleteBeforeData方法,删除内存数据库中历史数据。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/com/sitech/database/maps/CheckConnectionMap.xml
src/com/sitech/database/maps/CheckConnectionMap.xml
View file @
3ed9be2
...
...
@@ -14,6 +14,10 @@
VALUES (#DEVICE_ID#,#DEVICE_IP#,#DEVICE_STATE#,#CREATE_DATE#);
</insert>
<delete
id=
"deleteBeforeData"
>
$value$
</delete>
<select
id=
"getStatByParam"
parameterClass=
"java.util.HashMap"
>
SELECT DEVICE_STATE FROM TB_CONNECTION_STATE
...
...
Please
register
or
login
to post a comment