Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
my-kafka-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AI算法平台
my-kafka-project
Commits
3595f5d4
Commit
3595f5d4
authored
Mar 28, 2024
by
薄玉虎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新版本:修改获取大华平台录像方式
parent
0da81967
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
172 additions
and
25 deletions
+172
-25
pom.xml
pom.xml
+1
-1
src/main/java/com/example/mykafkaproject/server/WarnPushBaseServer.java
...com/example/mykafkaproject/server/WarnPushBaseServer.java
+169
-24
src/main/resources/mapper/WarnPushBaseMapper.xml
src/main/resources/mapper/WarnPushBaseMapper.xml
+2
-0
No files found.
pom.xml
View file @
3595f5d4
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.example
</groupId>
<artifactId>
my-kafka-project
</artifactId>
<version>
0.0.
1
-SNAPSHOT
</version>
<version>
0.0.
2
-SNAPSHOT
</version>
<name>
my-kafka-project
</name>
<description>
my-kafka-project
</description>
<properties>
...
...
src/main/java/com/example/mykafkaproject/server/WarnPushBaseServer.java
View file @
3595f5d4
This diff is collapsed.
Click to expand it.
src/main/resources/mapper/WarnPushBaseMapper.xml
View file @
3595f5d4
...
...
@@ -9,6 +9,7 @@
<trim
prefix=
"("
suffix=
")"
suffixOverrides=
","
>
<if
test=
"orderName != null and orderName != ''"
>
order_name,
</if>
<if
test=
"alarmDeviceName != null and alarmDeviceName != ''"
>
alarm_device_name,
</if>
<if
test=
"channelId != null and channelId != ''"
>
alarm_id,
</if>
<if
test=
"gradeName != null and gradeName != ''"
>
grade_name,
</if>
<if
test=
"gradeType != null and gradeType != ''"
>
grade_type,
</if>
<if
test=
"alarmTime != null "
>
alarm_time,
</if>
...
...
@@ -24,6 +25,7 @@
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
<if
test=
"orderName != null and orderName != ''"
>
#{orderName},
</if>
<if
test=
"alarmDeviceName != null and alarmDeviceName != ''"
>
#{alarmDeviceName},
</if>
<if
test=
"channelId != null and channelId != ''"
>
#{channelId},
</if>
<if
test=
"gradeName != null and gradeName != ''"
>
#{gradeName},
</if>
<if
test=
"gradeType != null and gradeType != ''"
>
#{gradeType},
</if>
<if
test=
"alarmTime != null "
>
#{alarmTime},
</if>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment