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
cd824c15
Commit
cd824c15
authored
Jan 29, 2024
by
zhangsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
安装告知、移装告知 列表查询BUG修改
parent
afe86296
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
JgInstallationNoticeMapper.xml
.../src/main/resources/mapper/JgInstallationNoticeMapper.xml
+1
-1
JgTransferNoticeMapper.xml
...-api/src/main/resources/mapper/JgTransferNoticeMapper.xml
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgInstallationNoticeMapper.xml
View file @
cd824c15
...
@@ -35,7 +35,6 @@
...
@@ -35,7 +35,6 @@
LEFT JOIN idx_biz_jg_use_info ibjui on insEq.equ_id = ibjui.RECORD
LEFT JOIN idx_biz_jg_use_info ibjui on insEq.equ_id = ibjui.RECORD
<where>
<where>
isn.is_delete = false
isn.is_delete = false
AND (1=1 or isn.transfer_to_user_ids like concat('%',#{param.transferToUserIds},'%'))
<if
test=
"param != null "
>
<if
test=
"param != null "
>
<if
test=
"param.applyNo != null and param.applyNo != ''"
>
<if
test=
"param.applyNo != null and param.applyNo != ''"
>
AND isn.apply_no LIKE CONCAT('%', #{param.applyNo}, '%')
AND isn.apply_no LIKE CONCAT('%', #{param.applyNo}, '%')
...
@@ -66,6 +65,7 @@
...
@@ -66,6 +65,7 @@
or
or
AND isn.install_unit_credit_code = #{orgCode})
AND isn.install_unit_credit_code = #{orgCode})
</if>
</if>
or (isn.is_delete = false and isn.transfer_to_user_ids like concat('%',#{param.transferToUserIds},'%'))
</where>
</where>
ORDER BY
ORDER BY
isn.create_date DESC
isn.create_date DESC
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgTransferNoticeMapper.xml
View file @
cd824c15
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
left join idx_biz_jg_other_info oi on oi.RECORD = re.equ_id
left join idx_biz_jg_other_info oi on oi.RECORD = re.equ_id
<where>
<where>
tjtn.is_delete = false
tjtn.is_delete = false
AND (1=1 or tjtn.transfer_to_user_ids like concat('%',#{param.transferToUserIds},'%'))
<if
test=
"param != null "
>
<if
test=
"param != null "
>
<if
test=
"param.applyNo != null and param.applyNo != ''"
>
<if
test=
"param.applyNo != null and param.applyNo != ''"
>
AND tjtn.apply_no LIKE CONCAT('%', #{param.applyNo}, '%')
AND tjtn.apply_no LIKE CONCAT('%', #{param.applyNo}, '%')
...
@@ -88,6 +87,7 @@
...
@@ -88,6 +87,7 @@
or
or
AND tjtn.install_unit_credit_code = #{orgCode})
AND tjtn.install_unit_credit_code = #{orgCode})
</if>
</if>
or (tjtn.is_delete = false and tjtn.transfer_to_user_ids like concat('%',#{param.transferToUserIds},'%'))
</where>
</where>
ORDER BY
ORDER BY
tjtn.apply_no DESC
tjtn.apply_no DESC
...
...
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