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
cd4f9152
Commit
cd4f9152
authored
Mar 07, 2019
by
gary
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、change condition
parent
16f42359
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
28 additions
and
28 deletions
+28
-28
BalanceSheetExtendsMapper.xml
...axtech/atms/vat/dao/extends/BalanceSheetExtendsMapper.xml
+2
-2
BalanceSheetFinalExtendsMapper.xml
...h/atms/vat/dao/extends/BalanceSheetFinalExtendsMapper.xml
+2
-2
BalanceSheetManualExtendsMapper.xml
.../atms/vat/dao/extends/BalanceSheetManualExtendsMapper.xml
+2
-2
CashFlowExtendsMapper.xml
...wc/taxtech/atms/vat/dao/extends/CashFlowExtendsMapper.xml
+2
-2
CertifiedInvoicesListExtendsMapper.xml
...ms/vat/dao/extends/CertifiedInvoicesListExtendsMapper.xml
+2
-2
CoupaPurchasingReportExtendsMapper.xml
...ms/vat/dao/extends/CoupaPurchasingReportExtendsMapper.xml
+2
-2
InvoiceDataExtendsMapper.xml
...taxtech/atms/vat/dao/extends/InvoiceDataExtendsMapper.xml
+2
-2
InvoiceRecordExtendsMapper.xml
...xtech/atms/vat/dao/extends/InvoiceRecordExtendsMapper.xml
+2
-2
JournalEntryExtendsMapper.xml
...axtech/atms/vat/dao/extends/JournalEntryExtendsMapper.xml
+2
-2
ProfitLossStatementExtendsMapper.xml
...atms/vat/dao/extends/ProfitLossStatementExtendsMapper.xml
+2
-2
ProfitLossStatementFinalExtendsMapper.xml
...vat/dao/extends/ProfitLossStatementFinalExtendsMapper.xml
+2
-2
ProfitLossStatementManualExtendsMapper.xml
...at/dao/extends/ProfitLossStatementManualExtendsMapper.xml
+2
-2
RedLetterInfoTableExtendsMapper.xml
.../atms/vat/dao/extends/RedLetterInfoTableExtendsMapper.xml
+2
-2
TrialBalanceMapper.xml
...s/pwc/taxtech/atms/vat/dao/extends/TrialBalanceMapper.xml
+2
-2
No files found.
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/BalanceSheetExtendsMapper.xml
View file @
cd4f9152
...
...
@@ -8,10 +8,10 @@
AND organization_id= #{bsCondition.orgId,jdbcType=VARCHAR}
</if>
<if
test=
"bsCondition.periodStart!=null"
>
AND period
>
= #{bsCondition.periodStart,jdbcType=INTEGER}
AND
tms_
period
>
= #{bsCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"bsCondition.periodEnd!=null"
>
AND period
<
= #{bsCondition.periodEnd,jdbcType=INTEGER}
AND
tms_
period
<
= #{bsCondition.periodEnd,jdbcType=INTEGER}
</if>
</sql>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/BalanceSheetFinalExtendsMapper.xml
View file @
cd4f9152
...
...
@@ -8,10 +8,10 @@
AND organization_id= #{bsCondition.orgId,jdbcType=VARCHAR}
</if>
<if
test=
"bsCondition.periodStart!=null"
>
AND period
>
= #{bsCondition.periodStart,jdbcType=INTEGER}
AND
tms_
period
>
= #{bsCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"bsCondition.periodEnd!=null"
>
AND period
<
= #{bsCondition.periodEnd,jdbcType=INTEGER}
AND
tms_
period
<
= #{bsCondition.periodEnd,jdbcType=INTEGER}
</if>
</sql>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/BalanceSheetManualExtendsMapper.xml
View file @
cd4f9152
...
...
@@ -8,10 +8,10 @@
AND organization_id= #{bsCondition.orgId,jdbcType=VARCHAR}
</if>
<if
test=
"bsCondition.periodStart!=null"
>
AND period
>
= #{bsCondition.periodStart,jdbcType=INTEGER}
AND
tms_
period
>
= #{bsCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"bsCondition.periodEnd!=null"
>
AND period
<
= #{bsCondition.periodEnd,jdbcType=INTEGER}
AND
tms_
period
<
= #{bsCondition.periodEnd,jdbcType=INTEGER}
</if>
</sql>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/CashFlowExtendsMapper.xml
View file @
cd4f9152
...
...
@@ -8,10 +8,10 @@
AND entity_code= #{cfCondition.orgId,jdbcType=VARCHAR}
</if>
<if
test=
"cfCondition.periodStart!=null"
>
AND period
>
= #{cfCondition.periodStart,jdbcType=INTEGER}
AND
tms_
period
>
= #{cfCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"cfCondition.periodEnd!=null"
>
AND period
<
= #{cfCondition.periodEnd,jdbcType=INTEGER}
AND
tms_
period
<
= #{cfCondition.periodEnd,jdbcType=INTEGER}
</if>
</sql>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/CertifiedInvoicesListExtendsMapper.xml
View file @
cd4f9152
...
...
@@ -8,10 +8,10 @@
AND organization_id= #{cilCondition.orgId,jdbcType=VARCHAR}
</if>
<if
test=
"cilCondition.periodStart!=null"
>
AND period
>
= #{cilCondition.periodStart,jdbcType=INTEGER}
AND
tms_
period
>
= #{cilCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"cilCondition.periodEnd!=null"
>
AND period
<
= #{cilCondition.periodEnd,jdbcType=INTEGER}
AND
tms_
period
<
= #{cilCondition.periodEnd,jdbcType=INTEGER}
</if>
</sql>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/CoupaPurchasingReportExtendsMapper.xml
View file @
cd4f9152
...
...
@@ -8,10 +8,10 @@
AND organization_id= #{cprCondition.orgId,jdbcType=VARCHAR}
</if>
<if
test=
"cprCondition.periodStart!=null"
>
AND period
>
= #{cprCondition.periodStart,jdbcType=INTEGER}
AND
tms_
period
>
= #{cprCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"cprCondition.periodEnd!=null"
>
AND period
<
= #{cprCondition.periodEnd,jdbcType=INTEGER}
AND
tms_
period
<
= #{cprCondition.periodEnd,jdbcType=INTEGER}
</if>
</sql>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/InvoiceDataExtendsMapper.xml
View file @
cd4f9152
...
...
@@ -8,10 +8,10 @@
AND organization_id= #{idCondition.orgId,jdbcType=VARCHAR}
</if>
<if
test=
"idCondition.periodStart!=null"
>
AND period
>
= #{idCondition.periodStart,jdbcType=INTEGER}
AND
tms_
period
>
= #{idCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"idCondition.periodEnd!=null"
>
AND period
<
= #{idCondition.periodEnd,jdbcType=INTEGER}
AND
tms_
period
<
= #{idCondition.periodEnd,jdbcType=INTEGER}
</if>
</sql>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/InvoiceRecordExtendsMapper.xml
View file @
cd4f9152
...
...
@@ -8,10 +8,10 @@
AND organization_id= #{irCondition.orgId,jdbcType=VARCHAR}
</if>
<if
test=
"irCondition.periodStart!=null"
>
AND period
>
= #{irCondition.periodStart,jdbcType=INTEGER}
AND
tms_
period
>
= #{irCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"irCondition.periodEnd!=null"
>
AND period
<
= #{irCondition.periodEnd,jdbcType=INTEGER}
AND
tms_
period
<
= #{irCondition.periodEnd,jdbcType=INTEGER}
</if>
</sql>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/JournalEntryExtendsMapper.xml
View file @
cd4f9152
...
...
@@ -29,10 +29,10 @@
AND description= #{jeCondition.description,jdbcType=VARCHAR}
</if>
<if
test=
"jeCondition.periodStart!=null"
>
AND period
>
= #{jeCondition.periodStart,jdbcType=INTEGER}
AND
tms_
period
>
= #{jeCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"jeCondition.periodEnd!=null"
>
AND period
<
= #{jeCondition.periodEnd,jdbcType=INTEGER}
AND
tms_
period
<
= #{jeCondition.periodEnd,jdbcType=INTEGER}
</if>
<if
test=
"jeCondition.containsAdjustmentRecord!=null"
>
AND contains_adjustment_record = #{jeCondition.containsAdjustmentRecord,jdbcType=BYTE}
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/ProfitLossStatementExtendsMapper.xml
View file @
cd4f9152
...
...
@@ -8,10 +8,10 @@
AND organization_id= #{plCondition.orgId,jdbcType=VARCHAR}
</if>
<if
test=
"plCondition.periodStart!=null"
>
AND period
>
= #{plCondition.periodStart,jdbcType=INTEGER}
AND
tms_
period
>
= #{plCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"plCondition.periodEnd!=null"
>
AND period
<
= #{plCondition.periodEnd,jdbcType=INTEGER}
AND
tms_
period
<
= #{plCondition.periodEnd,jdbcType=INTEGER}
</if>
</sql>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/ProfitLossStatementFinalExtendsMapper.xml
View file @
cd4f9152
...
...
@@ -8,10 +8,10 @@
AND organization_id= #{plCondition.orgId,jdbcType=VARCHAR}
</if>
<if
test=
"plCondition.periodStart!=null"
>
AND period
>
= #{plCondition.periodStart,jdbcType=INTEGER}
AND
tms_
period
>
= #{plCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"plCondition.periodEnd!=null"
>
AND period
<
= #{plCondition.periodEnd,jdbcType=INTEGER}
AND
tms_
period
<
= #{plCondition.periodEnd,jdbcType=INTEGER}
</if>
</sql>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/ProfitLossStatementManualExtendsMapper.xml
View file @
cd4f9152
...
...
@@ -8,10 +8,10 @@
AND organization_id= #{plCondition.orgId,jdbcType=VARCHAR}
</if>
<if
test=
"plCondition.periodStart!=null"
>
AND period
>
= #{plCondition.periodStart,jdbcType=INTEGER}
AND
tms_
period
>
= #{plCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"plCondition.periodEnd!=null"
>
AND period
<
= #{plCondition.periodEnd,jdbcType=INTEGER}
AND
tms_
period
<
= #{plCondition.periodEnd,jdbcType=INTEGER}
</if>
</sql>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/RedLetterInfoTableExtendsMapper.xml
View file @
cd4f9152
...
...
@@ -9,10 +9,10 @@
AND organization_id= #{rlitCondition.orgId,jdbcType=VARCHAR}
</if>
<if
test=
"rlitCondition.periodStart!=null"
>
AND
fill_in_date
>
= #{rlitCondition.periodStart,jdbcType=INTEGER}
AND
tms_period
>
= #{rlitCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"rlitCondition.periodEnd!=null"
>
AND
fill_in_date
<
= #{rlitCondition.periodEnd,jdbcType=INTEGER}
AND
tms_period
<
= #{rlitCondition.periodEnd,jdbcType=INTEGER}
</if>
</sql>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/TrialBalanceMapper.xml
View file @
cd4f9152
...
...
@@ -26,10 +26,10 @@
AND segment6_name= #{tbCondition.segment6Name,jdbcType=VARCHAR}
</if>
<if
test=
"tbCondition.periodStart!=null"
>
AND period
>
= #{tbCondition.periodStart,jdbcType=INTEGER}
AND
tms_
period
>
= #{tbCondition.periodStart,jdbcType=INTEGER}
</if>
<if
test=
"tbCondition.periodEnd!=null"
>
AND period
<
= #{tbCondition.periodEnd,jdbcType=INTEGER}
AND
tms_
period
<
= #{tbCondition.periodEnd,jdbcType=INTEGER}
</if>
<if
test=
"tbCondition.containsAdjustmentTable!=null"
>
AND contains_adjustment_table = #{tbCondition.containsAdjustmentTable,jdbcType=BYTE}
...
...
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