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
4f8f887b
Commit
4f8f887b
authored
Mar 20, 2023
by
zhangsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
焊工和焊机bug修改
parent
f4552d91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
OrgUsrMapper.xml
...ule-common-api/src/main/resources/mapper/OrgUsrMapper.xml
+3
-0
EquipmentMapper.xml
...ule-ugp-api/src/main/resources/mapper/EquipmentMapper.xml
+4
-0
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/resources/mapper/OrgUsrMapper.xml
View file @
4f8f887b
...
@@ -895,6 +895,9 @@ LEFT JOIN (
...
@@ -895,6 +895,9 @@ LEFT JOIN (
<if
test=
"name != null and name != ''"
>
<if
test=
"name != null and name != ''"
>
and cou.biz_org_name like concat('%', #{name}, '%')
and cou.biz_org_name like concat('%', #{name}, '%')
</if>
</if>
<if
test=
"type == null or type == ''"
>
and cou.sequence_nbr not in (select resource_id from tz_ugp_project_resource where project_id != #{projectId} and type = 'welder')
</if>
</where>
</where>
</select>
</select>
...
...
amos-boot-system-ugp/amos-boot-module-ugp-api/src/main/resources/mapper/EquipmentMapper.xml
View file @
4f8f887b
...
@@ -51,6 +51,9 @@
...
@@ -51,6 +51,9 @@
<if
test=
"name != null and name != ''"
>
<if
test=
"name != null and name != ''"
>
and ue.name like concat('%', #{name}, '%')
and ue.name like concat('%', #{name}, '%')
</if>
</if>
<if
test=
"type == null or type == ''"
>
and ue.sequence_nbr not in (select resource_id from tz_ugp_project_resource where project_id != #{projectId} and type = 'equipment')
</if>
</where>
</where>
</select>
</select>
...
@@ -67,6 +70,7 @@
...
@@ -67,6 +70,7 @@
<if
test=
"name != null and name != ''"
>
<if
test=
"name != null and name != ''"
>
and ue.name like concat('%', #{name}, '%')
and ue.name like concat('%', #{name}, '%')
</if>
</if>
and ue.sequence_nbr not in (select resource_id from tz_ugp_project_resource where project_id != #{projectId} and type = 'equipment')
</where>
</where>
</select>
</select>
...
...
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