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
66320f03
Commit
66320f03
authored
6 months ago
by
位宇华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资产负债表数据添加
parent
a96b263d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
src/main/java/com/tianyi/sync/model/LiabilitiesModel.java
src/main/java/com/tianyi/sync/model/LiabilitiesModel.java
+10
-0
src/main/resources/mapper/LiabilitiesDataSyncMapper.xml
src/main/resources/mapper/LiabilitiesDataSyncMapper.xml
+2
-1
No files found.
src/main/java/com/tianyi/sync/model/LiabilitiesModel.java
View file @
66320f03
...
...
@@ -40,6 +40,8 @@ public class LiabilitiesModel implements Serializable {
private
String
ZB116
;
private
String
ZB255
;
public
String
getPk_task
()
{
return
pk_task
;
}
...
...
@@ -168,4 +170,12 @@ public class LiabilitiesModel implements Serializable {
public
void
setZB116
(
String
ZB116
)
{
this
.
ZB116
=
ZB116
;
}
public
String
getZB255
()
{
return
ZB255
;
}
public
void
setZB255
(
String
ZB255
)
{
this
.
ZB255
=
ZB255
;
}
}
This diff is collapsed.
Click to expand it.
src/main/resources/mapper/LiabilitiesDataSyncMapper.xml
View file @
66320f03
...
...
@@ -19,7 +19,8 @@
a0.numvalue178 AS ZB277,
a0.numvalue183 AS ZB275,
a0.numvalue145 AS ZB267,
a0.numvalue165 AS ZB116
a0.numvalue165 AS ZB116,
a0.numvalue115 AS ZB255
FROM
epmp_br.tb_tdnum3 a0
INNER JOIN epmp_br.tb_tdtxt2 a1 ON a0.pk_task = a1.pk_task
...
...
This diff is collapsed.
Click to expand it.
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