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
61b410ff
Commit
61b410ff
authored
Apr 02, 2019
by
chase
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
da772691
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
vatGeneratorConfig.xml
atms-dao/etc/generator-mysql/vatGeneratorConfig.xml
+4
-1
InvoiceRecordExtendsMapper.xml
...xtech/atms/vat/dao/extends/InvoiceRecordExtendsMapper.xml
+1
-1
No files found.
atms-dao/etc/generator-mysql/vatGeneratorConfig.xml
View file @
61b410ff
...
@@ -45,7 +45,10 @@
...
@@ -45,7 +45,10 @@
<property
name=
"ignoreQualifiersAtRuntime"
value=
"true"
/>
<property
name=
"ignoreQualifiersAtRuntime"
value=
"true"
/>
</table>
</table>
<table
tableName=
"invoice_record"
domainObjectName=
"InvoiceRecord"
>
<property
name=
"useActualColumnNames"
value=
"false"
/>
<property
name=
"ignoreQualifiersAtRuntime"
value=
"true"
/>
</table>
<!--
<!--
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/InvoiceRecordExtendsMapper.xml
View file @
61b410ff
...
@@ -210,7 +210,7 @@
...
@@ -210,7 +210,7 @@
and bd.invoice_num like concat('%',#{billNumber},'%')
and bd.invoice_num like concat('%',#{billNumber},'%')
</if>
</if>
<if
test=
"revenueCofId != null"
>
<if
test=
"revenueCofId != null"
>
and
bd.revenue_cof_id = #{revenueCofId}
and
if(bd.modify_revenue_cof_id is null,bd.revenue_cof_id = #{revenueCofId},bd.modify_revenue_cof_id = #{revenueCofId})
</if>
</if>
<if
test=
"billContent != null and billContent != ''"
>
<if
test=
"billContent != null and billContent != ''"
>
and bd.billing_content like concat('%',#{billContent},'%')
and bd.billing_content like concat('%',#{billContent},'%')
...
...
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