Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
23926c92
Commit
23926c92
authored
Nov 11, 2024
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):监管分析-业务办理统计接口报错
parent
58d1fd78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
CommonMapper.xml
...-module-jg-api/src/main/resources/mapper/CommonMapper.xml
+12
-12
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/CommonMapper.xml
View file @
23926c92
...
...
@@ -298,10 +298,10 @@
and n.notice_status != '6610'
and n.notice_status != '6615'
<if
test=
"param.beginDate != null"
>
and
date_ge(CAST(n.notice_date as date), #{param.beginDate})
and
CAST(n.notice_date as date)
<![CDATA[>=]]>
#{param.beginDate}
</if>
<if
test=
"param.endDate != null"
>
and
date_le(CAST(n.notice_date as date), #{param.endDate})
and
CAST(n.notice_date as date)
<![CDATA[<=]]>
#{param.endDate}
</if>
<if
test=
"param.receiveOrgCode != null"
>
and n.receive_company_org_code like concat(#{param.receiveOrgCode}, '%')
...
...
@@ -544,10 +544,10 @@
and n.status != '使用单位待提交'
and n.status != '使用单位已撤回'
<if
test=
"param.beginDate != null"
>
and
date_ge(CAST(n.create_date as date), #{param.beginDate})
and
CAST(n.create_date as date)
<![CDATA[>=]]>
#{param.beginDate}
</if>
<if
test=
"param.endDate != null"
>
and
date_le(CAST(n.create_date as date), #{param.endDate})
and
CAST(n.create_date as date)
<![CDATA[<=]]>
#{param.endDate}
</if>
<if
test=
"param.receiveOrgCode != null"
>
and n.receive_company_org_code like concat(#{param.receiveOrgCode}, '%')
...
...
@@ -603,10 +603,10 @@
and n.is_delete = 0
and (n.manage_type is null or n.manage_type = '' or n.manage_type = 'set')
<if
test=
"param.beginDate != null"
>
and
date_ge(CAST(n.reg_date as date), #{param.beginDate})
and
CAST(n.reg_date as date)
<![CDATA[>=]]>
#{param.beginDate}
</if>
<if
test=
"param.endDate != null"
>
and
date_le(CAST(n.reg_date as date), #{param.endDate})
and
CAST(n.reg_date as date)
<![CDATA[<=]]>
#{param.endDate}
</if>
<if
test=
"param.receiveOrgCode != null"
>
and n.receive_company_org_code like concat(#{param.receiveOrgCode}, '%')
...
...
@@ -653,10 +653,10 @@
and n.audit_status != '使用单位待提交'
and n.audit_status != '使用单位已撤回'
<if
test=
"param.beginDate != null"
>
and
date_ge(CAST(n.reg_date as date), #{param.beginDate})
and
CAST(n.reg_date as date)
<![CDATA[>=]]>
#{param.beginDate}
</if>
<if
test=
"param.endDate != null"
>
and
date_le(CAST(n.reg_date as date), #{param.endDate})
and
CAST(n.reg_date as date)
<![CDATA[<=]]>
#{param.endDate}
</if>
<if
test=
"param.receiveOrgCode != null"
>
and n.receive_company_org_code like concat(#{param.receiveOrgCode}, '%')
...
...
@@ -702,10 +702,10 @@
and n.audit_status != '使用单位待提交'
and n.audit_status != '使用单位已撤回'
<if
test=
"param.beginDate != null"
>
and
date_ge(CAST(n.reg_date as date), #{param.beginDate})
and
CAST(n.reg_date as date)
<![CDATA[>=]]>
#{param.beginDate}
</if>
<if
test=
"param.endDate != null"
>
and
date_le(CAST(n.reg_date as date), #{param.endDate})
and
CAST(n.reg_date as date)
<![CDATA[<=]]>
#{param.endDate}
</if>
<if
test=
"param.receiveOrgCode != null"
>
and n.receive_company_org_code like concat(#{param.receiveOrgCode}, '%')
...
...
@@ -752,10 +752,10 @@
and n.status != '使用单位待提交'
and n.status != '使用单位已撤回'
<if
test=
"param.beginDate != null"
>
and
date_ge(CAST(n.apply_date as date), #{param.beginDate})
and
CAST(n.apply_date as date)
<![CDATA[>=]]>
#{param.beginDate}
</if>
<if
test=
"param.endDate != null"
>
and
date_le(CAST(n.apply_date as date), #{param.endDate})
and
CAST(n.apply_date as date)
<![CDATA[<=]]>
#{param.endDate}
</if>
<if
test=
"param.receiveOrgCode != null"
>
and n.receive_company_org_code like concat(#{param.receiveOrgCode}, '%')
...
...
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