Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
6a0b4c60
Commit
6a0b4c60
authored
Jul 30, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[bugfix] fix company balance inport sql missed cloum
parent
30ae82fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
CompanyBalanceMapper.xml
...sources/pwc/taxtech/atms/vat/dao/CompanyBalanceMapper.xml
+10
-1
No files found.
atms-api/src/main/resources/pwc/taxtech/atms/vat/dao/CompanyBalanceMapper.xml
View file @
6a0b4c60
...
...
@@ -445,7 +445,16 @@
b.DebitBal,
b.CreditBal,
b.MonthId,
a.`Name` AS AccountName
b.YearDebitBal,
b.YearCreditBal,
IF (
ISNULL(a.ParentCode) || a.ParentCode = '',
'0',
a.ParentCode
) AS ParentCode,
a.`Name` AS AccountName,
a.AcctProp,
a.Direction
FROM
CompanyBalance b
LEFT JOIN EnterpriseAccount a ON b.AcctCode = a.AcctCode
...
...
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