Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
14b0eeca
Commit
14b0eeca
authored
Dec 31, 2021
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发佣检核24-来佣比对和发佣检核根据保单号模糊查询
parent
6c6a3b6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
yd-api/src/main/resources/mapper/agms/AgmsFortuneMapper.xml
+1
-1
yd-api/src/main/resources/mapper/lifecommission/LifeCommissionMapper.xml
+3
-3
No files found.
yd-api/src/main/resources/mapper/agms/AgmsFortuneMapper.xml
View file @
14b0eeca
...
...
@@ -104,7 +104,7 @@
AND oc.commission_status = '2'
and setting.practitioner_type_id = 28
<if
test=
"item.policyNo != null"
>
and o.policy_no
= #{item.policyNo,jdbcType=VARCHAR}
and o.policy_no
like concat(concat('%',#{item.policyNo,jdbcType=VARCHAR}),'%')
</if>
<if
test=
"item.insurerId != null"
>
AND i.id = #{item.insurerId,jdbcType=BIGINT}
...
...
yd-api/src/main/resources/mapper/lifecommission/LifeCommissionMapper.xml
View file @
14b0eeca
...
...
@@ -66,7 +66,7 @@
and date_format(commission_year, '%Y-%m')
<
= #{endDate}
</if>
<if
test=
"policyNo != null"
>
and policyNo
= #{policyNo}
and policyNo
like concat(concat('%',#{policyNo,jdbcType=VARCHAR}),'%')
</if>
) o
left join ag_po_order_commission_check c on o.commission_check_id = c.id
...
...
@@ -214,7 +214,7 @@
and date_format(commission_year, '%Y-%m')
<
= #{endDate}
</if>
<if
test=
"policyNo != null"
>
and policyNo
= #{policyNo}
and policyNo
like concat(concat('%',#{policyNo,jdbcType=VARCHAR}),'%')
</if>
) o
left join ag_po_order_commission_check c on o.commission_check_id = c.id
...
...
@@ -311,7 +311,7 @@
and date_format(commission_year, '%Y-%m')
<
= #{endDate}
</if>
<if
test=
"policyNo != null"
>
and policy_no
= #{policyNo}
and policy_no
like concat(concat('%',#{policyNo,jdbcType=VARCHAR}),'%')
</if>
) o
left join ag_po_order_commission_check c on o.commission_check_id = c.id
...
...
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