Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
项目统一框架
amos-boot-biz
Commits
f7500147
Commit
f7500147
authored
Nov 15, 2021
by
xinglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)修改巡检地点字段拼接
parent
79c28b42
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
msgMapper.xml
...em-maintenance/src/main/resources/db/mapper/msgMapper.xml
+2
-2
msgMapper.xml
...-system-patrol/src/main/resources/db/mapper/msgMapper.xml
+2
-2
msgMapper.xml
...em-supervision/src/main/resources/db/mapper/msgMapper.xml
+2
-2
No files found.
amos-boot-system-maintenance/src/main/resources/db/mapper/msgMapper.xml
View file @
f7500147
...
...
@@ -98,7 +98,7 @@
<![CDATA[
CONCAT(
'巡检地点:',
'address'
,
pp.address
,
'<br />
点编号:',
pp.point_no,
'
<br
/>
当前状态:',
...
...
@@ -121,7 +121,7 @@
) ]]> saveMsg,
CONCAT(
'巡检地点:',
'address'
,
pp.address
,
';点编号:',
pp.point_no,
';当前状态:',
...
...
amos-boot-system-patrol/src/main/resources/db/mapper/msgMapper.xml
View file @
f7500147
...
...
@@ -98,7 +98,7 @@
<![CDATA[
CONCAT(
'巡检地点:',
'address'
,
pp.address
,
'<br />
点编号:',
pp.point_no,
'
<br
/>
当前状态:',
...
...
@@ -121,7 +121,7 @@
) ]]> saveMsg,
CONCAT(
'巡检地点:',
'address'
,
pp.address
,
';点编号:',
pp.point_no,
';当前状态:',
...
...
amos-boot-system-supervision/src/main/resources/db/mapper/msgMapper.xml
View file @
f7500147
...
...
@@ -98,7 +98,7 @@
<![CDATA[
CONCAT(
'巡检地点:',
'address'
,
pp.address
,
'<br />
点编号:',
pp.point_no,
'
<br
/>
当前状态:',
...
...
@@ -121,7 +121,7 @@
) ]]> saveMsg,
CONCAT(
'巡检地点:',
'address'
,
pp.address
,
';点编号:',
pp.point_no,
';当前状态:',
...
...
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