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
c709862e
Commit
c709862e
authored
Mar 25, 2019
by
chase
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixbug
parent
c7166374
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
DFFS.java
.../taxtech/atms/vat/service/impl/report/functions/DFFS.java
+3
-3
JFFS.java
.../taxtech/atms/vat/service/impl/report/functions/JFFS.java
+3
-3
No files found.
atms-api/src/main/java/pwc/taxtech/atms/vat/service/impl/report/functions/DFFS.java
View file @
c709862e
...
...
@@ -103,7 +103,7 @@ public class DFFS extends FunctionBase implements FreeRefFunction {
c1
.
andSegment5EqualTo
(
segment5
);
}
if
(
StringUtils
.
isNotBlank
(
segment6
)){
c1
.
andSegment
5
EqualTo
(
segment6
);
c1
.
andSegment
6
EqualTo
(
segment6
);
}
List
<
TrialBalance
>
list
=
SpringContextUtil
.
trialBalanceMapper
.
selectByExample
(
glBalanceExample
);
if
(
CollectionUtils
.
isEmpty
(
list
))
{
...
...
@@ -138,7 +138,7 @@ public class DFFS extends FunctionBase implements FreeRefFunction {
c1
.
andSegment5EqualTo
(
segment5
);
}
if
(
StringUtils
.
isNotBlank
(
segment6
)){
c1
.
andSegment
5
EqualTo
(
segment6
);
c1
.
andSegment
6
EqualTo
(
segment6
);
}
List
<
AdjustmentTable
>
list
=
SpringContextUtil
.
adjustmentTableMapper
.
selectByExample
(
glBalanceExample
);
if
(
CollectionUtils
.
isEmpty
(
list
))
{
...
...
@@ -173,7 +173,7 @@ public class DFFS extends FunctionBase implements FreeRefFunction {
c1
.
andSegment5EqualTo
(
segment5
);
}
if
(
StringUtils
.
isNotBlank
(
segment6
)){
c1
.
andSegment
5
EqualTo
(
segment6
);
c1
.
andSegment
6
EqualTo
(
segment6
);
}
List
<
TrialBalanceFinal
>
list
=
SpringContextUtil
.
trialBalanceFinalMapper
.
selectByExample
(
glBalanceExample
);
if
(
CollectionUtils
.
isEmpty
(
list
))
{
...
...
atms-api/src/main/java/pwc/taxtech/atms/vat/service/impl/report/functions/JFFS.java
View file @
c709862e
...
...
@@ -102,7 +102,7 @@ public class JFFS extends FunctionBase implements FreeRefFunction {
c1
.
andSegment5EqualTo
(
segment5
);
}
if
(
StringUtils
.
isNotBlank
(
segment6
)){
c1
.
andSegment
5
EqualTo
(
segment6
);
c1
.
andSegment
6
EqualTo
(
segment6
);
}
List
<
TrialBalance
>
list
=
SpringContextUtil
.
trialBalanceMapper
.
selectByExample
(
example
);
if
(
CollectionUtils
.
isEmpty
(
list
))
{
...
...
@@ -136,7 +136,7 @@ public class JFFS extends FunctionBase implements FreeRefFunction {
c1
.
andSegment5EqualTo
(
segment5
);
}
if
(
StringUtils
.
isNotBlank
(
segment6
)){
c1
.
andSegment
5
EqualTo
(
segment6
);
c1
.
andSegment
6
EqualTo
(
segment6
);
}
List
<
AdjustmentTable
>
list
=
SpringContextUtil
.
adjustmentTableMapper
.
selectByExample
(
example
);
if
(
CollectionUtils
.
isEmpty
(
list
))
{
...
...
@@ -170,7 +170,7 @@ public class JFFS extends FunctionBase implements FreeRefFunction {
c1
.
andSegment5EqualTo
(
segment5
);
}
if
(
StringUtils
.
isNotBlank
(
segment6
)){
c1
.
andSegment
5
EqualTo
(
segment6
);
c1
.
andSegment
6
EqualTo
(
segment6
);
}
List
<
TrialBalanceFinal
>
list
=
SpringContextUtil
.
trialBalanceFinalMapper
.
selectByExample
(
example
);
if
(
CollectionUtils
.
isEmpty
(
list
))
{
...
...
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