Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
datasync-service
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
位宇华
datasync-service
Commits
5d5fa4c6
Commit
5d5fa4c6
authored
Jan 14, 2025
by
gaopengxuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加客商名称
parent
6e4102db
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/main/java/com/tianyi/sync/service/impl/GroupSyncServiceimpl.java
...va/com/tianyi/sync/service/impl/GroupSyncServiceimpl.java
+1
-0
src/main/resources/mapper/FallGroupSlaveMapper.xml
src/main/resources/mapper/FallGroupSlaveMapper.xml
+2
-2
No files found.
src/main/java/com/tianyi/sync/service/impl/GroupSyncServiceimpl.java
View file @
5d5fa4c6
...
...
@@ -280,6 +280,7 @@ public class GroupSyncServiceimpl implements GroupSyncService {
groupFallDataModel
.
setEntitycode
(
v
.
getEntity
());
groupFallDataModel
.
setOrivalue
(
v
.
getMoney
());
groupFallDataModel
.
setICPcode
(
v
.
getICP
());
groupFallDataModel
.
setICPname
(
v
.
getIcpname
());
groupFallDataModel
.
setYtenantId
(
"dmrn1j0i"
);
return
groupFallDataModel
;
}).
collect
(
Collectors
.
toList
());
...
...
src/main/resources/mapper/FallGroupSlaveMapper.xml
View file @
5d5fa4c6
...
...
@@ -12,10 +12,10 @@
<insert
id=
"addAll"
>
INSERT INTO elim
( `year`, `month`, entitycode, entityname, accountcode, icpcode, orivalue,c1,c2,c3,c4,ytenant_id)
( `year`, `month`, entitycode, entityname, accountcode, icpcode,
icpname,
orivalue,c1,c2,c3,c4,ytenant_id)
VALUES
<foreach
collection=
"groupFallDataModelList"
item=
"item"
index=
"index"
separator=
","
>
(#{item.year},#{item.month},#{item.entitycode},#{item.entityname},#{item.accountcode},#{item.icpcode},#{item.orivalue},
(#{item.year},#{item.month},#{item.entitycode},#{item.entityname},#{item.accountcode},#{item.icpcode},#{item.
icpname},#{item.
orivalue},
#{item.c1},#{item.c2},#{item.c3},#{item.c4},#{item.ytenantId})
</foreach>
</insert>
...
...
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