Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data_management_system
Project
Project
Details
Activity
Releases
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
张伯涛
data_management_system
Commits
93591aba
Commit
93591aba
authored
Dec 02, 2022
by
gaoyingwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 隔离定时同步
parent
75f58b3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
JcglTask.java
...-quartz/src/main/java/com/ruoyi/quartz/task/JcglTask.java
+3
-0
JcglryMapper.xml
...-system/src/main/resources/mapper/system/JcglryMapper.xml
+1
-0
No files found.
ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/JcglTask.java
View file @
93591aba
...
@@ -38,6 +38,9 @@ public class JcglTask
...
@@ -38,6 +38,9 @@ public class JcglTask
jcglry
.
setBuilding
(
yxries
.
get
(
0
).
getBuilding
());
jcglry
.
setBuilding
(
yxries
.
get
(
0
).
getBuilding
());
jcglry
.
setUnit
(
yxries
.
get
(
0
).
getUnit
());
jcglry
.
setUnit
(
yxries
.
get
(
0
).
getUnit
());
jcglry
.
setHouse
(
yxries
.
get
(
0
).
getHouse
());
jcglry
.
setHouse
(
yxries
.
get
(
0
).
getHouse
());
if
(
"1"
.
equals
(
yxries
.
get
(
0
).
getArea
())){
jcglry
.
setIsArea
(
"0"
);
}
jcglries
.
add
(
jcglry
);
jcglries
.
add
(
jcglry
);
}
}
}
}
...
...
ruoyi-system/src/main/resources/mapper/system/JcglryMapper.xml
View file @
93591aba
...
@@ -242,6 +242,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -242,6 +242,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<foreach
item=
"item"
index=
"index"
collection=
"list"
separator=
";"
>
<foreach
item=
"item"
index=
"index"
collection=
"list"
separator=
";"
>
update jcglry
update jcglry
<trim
prefix=
"SET"
suffixOverrides=
","
>
<trim
prefix=
"SET"
suffixOverrides=
","
>
<if
test=
"item.isArea != null"
>
is_area = #{item.isArea},
</if>
street = #{item.street},
street = #{item.street},
committee = #{item.committee},
committee = #{item.committee},
community = #{item.community},
community = #{item.community},
...
...
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