Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
52925d5a
Commit
52925d5a
authored
Dec 23, 2024
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工行代扣接口 付款记录状态筛选
parent
d513415f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
IcbcWithholdMapper.xml
...pi/src/main/resources/mapper/mysql/IcbcWithholdMapper.xml
+2
-2
IcbcWithholdRecordMapper.xml
.../main/resources/mapper/mysql/IcbcWithholdRecordMapper.xml
+2
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/IcbcWithholdMapper.xml
View file @
52925d5a
...
@@ -19,9 +19,9 @@
...
@@ -19,9 +19,9 @@
<if
test=
"uploadStatus != null and uploadStatus != ''"
>
<if
test=
"uploadStatus != null and uploadStatus != ''"
>
and upload_status = #{uploadStatus}
and upload_status = #{uploadStatus}
</if>
</if>
<if
test=
"withholdStatus != null and withholdStatus != ''"
>
<if
test=
"withholdStatus != null and withholdStatus != ''"
>
and withhold_status = #{withholdStatus}
and withhold_status = #{withholdStatus}
</if>
</if>
<if
test=
"confirmator != null and confirmator != ''"
>
<if
test=
"confirmator != null and confirmator != ''"
>
and confirmator like concat('%',#{confirmator},'%')
and confirmator like concat('%',#{confirmator},'%')
</if>
</if>
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/IcbcWithholdRecordMapper.xml
View file @
52925d5a
...
@@ -81,7 +81,8 @@
...
@@ -81,7 +81,8 @@
) ph
) ph
LEFT JOIN hygf_icbc_withhold_record re ON ph.amos_user_id = re.amos_user_id
LEFT JOIN hygf_icbc_withhold_record re ON ph.amos_user_id = re.amos_user_id
<where>
<where>
ph.is_delete = 0
ph.is_delete = 0 AND re.withhold_status in ('成功','失败')
<if
test=
"developerCode != null and developerCode != ''"
>
<if
test=
"developerCode != null and developerCode != ''"
>
AND ph.developer_code = #{developerCode}
AND ph.developer_code = #{developerCode}
</if>
</if>
...
@@ -119,7 +120,6 @@
...
@@ -119,7 +120,6 @@
<if
test=
"dto.amosUserId != null and dto.amosUserId != ''"
>
<if
test=
"dto.amosUserId != null and dto.amosUserId != ''"
>
AND re.amos_user_id = #{dto.amosUserId}
AND re.amos_user_id = #{dto.amosUserId}
</if>
</if>
<if
test=
"dto.batchNo != null and dto.batchNo != ''"
>
<if
test=
"dto.batchNo != null and dto.batchNo != ''"
>
AND re.batch_no = #{dto.batchNo}
AND re.batch_no = #{dto.batchNo}
</if>
</if>
...
...
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