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
9d9bb74b
Commit
9d9bb74b
authored
Jan 29, 2024
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
启用停用、维修告知、设备移交、移装告知列表修改
parent
5e1d33c9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
JgEnableDisableMapper.xml
...g-api/src/main/resources/mapper/JgEnableDisableMapper.xml
+1
-1
JgEquipTransferMapper.xml
...g-api/src/main/resources/mapper/JgEquipTransferMapper.xml
+1
-1
JgMaintainNoticeMapper.xml
...-api/src/main/resources/mapper/JgMaintainNoticeMapper.xml
+1
-1
JgReformNoticeMapper.xml
...jg-api/src/main/resources/mapper/JgReformNoticeMapper.xml
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgEnableDisableMapper.xml
View file @
9d9bb74b
...
...
@@ -55,7 +55,7 @@
<if
test=
"dto.applyType != null and dto.applyType != ''"
>
and jed.apply_type = #{dto.applyType}
</if>
or jed.transfer_to_user_ids like concat('%',#{userId},'%'
)
OR (jed.transfer_to_user_ids like concat('%',#{userId},'%') AND jed.is_delete = 0
)
</where>
order by jed.rec_date desc
</select>
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgEquipTransferMapper.xml
View file @
9d9bb74b
...
...
@@ -106,7 +106,7 @@
</if>
</otherwise>
</choose>
and (1=1 or jet.transfer_to_user_ids like concat('%',#{currentUserId},'%')
)
OR (jet.transfer_to_user_ids LIKE concat ( '%', #{currentUserId}, '%' ) AND jet.is_delete = 0
)
</where>
ORDER BY jet.apply_date DESC
</select>
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgMaintainNoticeMapper.xml
View file @
9d9bb74b
...
...
@@ -48,7 +48,7 @@
<if
test=
"type == 'company'"
>
AND isn.install_unit_credit_code = #{orgCode}
</if>
or isn.transfer_to_user_ids like concat('%',#{userId},'%'
)
OR (isn.transfer_to_user_ids like concat('%',#{userId},'%') AND isn.is_delete = 0
)
</where>
ORDER BY
isn.apply_no DESC
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgReformNoticeMapper.xml
View file @
9d9bb74b
...
...
@@ -68,7 +68,7 @@
<if
test=
"type == 'company'"
>
AND isn.install_unit_credit_code = #{orgCode}
</if>
and (1=1 or isn.transfer_to_user_ids like concat('%',#{currentUserId},'%')
)
OR (isn.transfer_to_user_ids LIKE concat ( '%', #{currentUserId}, '%' ) AND isn.is_delete = 0
)
</where>
ORDER BY
isn.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