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
22465cb1
Commit
22465cb1
authored
Oct 02, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dev] fix sql bugs
parent
ee8c5dcf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
PeriodCellTemplateConfigExtendsMapper.xml
...vat/dao/extends/PeriodCellTemplateConfigExtendsMapper.xml
+2
-2
PeriodCellTemplateExtendsMapper.xml
.../atms/vat/dao/extends/PeriodCellTemplateExtendsMapper.xml
+2
-2
PeriodTemplateExtendsMapper.xml
...tech/atms/vat/dao/extends/PeriodTemplateExtendsMapper.xml
+3
-3
No files found.
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/PeriodCellTemplateConfigExtendsMapper.xml
View file @
22465cb1
...
...
@@ -91,7 +91,7 @@
</choose>
<choose>
<when
test=
"item.createTime != null"
>
#{item.createTime,jdbcType=TIMESTAMP},
</when>
<otherwise>
'1970-01-01 08:00:00'
,
</otherwise>
<otherwise>
to_date('1970-01-01 08:00:00','yyyy-mm-dd hh24:mi:ss')
,
</otherwise>
</choose>
<choose>
<when
test=
"item.updateBy != null"
>
#{item.updateBy,jdbcType=VARCHAR},
</when>
...
...
@@ -99,7 +99,7 @@
</choose>
<choose>
<when
test=
"item.updateTime != null"
>
#{item.updateTime,jdbcType=TIMESTAMP},
</when>
<otherwise>
'1970-01-01 08:00:00'
,
</otherwise>
<otherwise>
to_date('1970-01-01 08:00:00','yyyy-mm-dd hh24:mi:ss')
,
</otherwise>
</choose>
<choose>
<when
test=
"item.invoiceCategory != null"
>
#{item.invoiceCategory,jdbcType=VARCHAR},
</when>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/PeriodCellTemplateExtendsMapper.xml
View file @
22465cb1
...
...
@@ -58,11 +58,11 @@
</choose>
<choose>
<when
test=
"item.createTime != null"
>
#{item.createTime,jdbcType=TIMESTAMP},
</when>
<otherwise>
'1970-01-01 08:00:00'
,
</otherwise>
<otherwise>
to_date('1970-01-01 08:00:00','yyyy-mm-dd hh24:mi:ss')
,
</otherwise>
</choose>
<choose>
<when
test=
"item.updateTime != null"
>
#{item.updateTime,jdbcType=TIMESTAMP},
</when>
<otherwise>
'1970-01-01 08:00:00'
,
</otherwise>
<otherwise>
to_date('1970-01-01 08:00:00','yyyy-mm-dd hh24:mi:ss')
,
</otherwise>
</choose>
<choose>
<when
test=
"item.cellTemplateId != null"
>
#{item.cellTemplateId,jdbcType=INTEGER},
</when>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/extends/PeriodTemplateExtendsMapper.xml
View file @
22465cb1
...
...
@@ -8,7 +8,7 @@
ID,
PERIOD,
"NAME",
"COD"
`
,
"COD",
PATH,
REPORT_TYPE,
TEMPLATE_GROUP_ID,
...
...
@@ -57,11 +57,11 @@
</choose>
<choose>
<when
test=
"item.createTime != null"
>
#{item.createTime,jdbcType=TIMESTAMP},
</when>
<otherwise>
'1970-01-01 08:00:00'
,
</otherwise>
<otherwise>
to_date('1970-01-01 08:00:00','yyyy-mm-dd hh24:mi:ss')
,
</otherwise>
</choose>
<choose>
<when
test=
"item.updateTime != null"
>
#{item.updateTime,jdbcType=TIMESTAMP},
</when>
<otherwise>
'1970-01-01 08:00:00'
,
</otherwise>
<otherwise>
to_date('1970-01-01 08:00:00','yyyy-mm-dd hh24:mi:ss')
,
</otherwise>
</choose>
<choose>
<when
test=
"item.isSystemType != null"
>
#{item.isSystemType,jdbcType=INTEGER},
</when>
...
...
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