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
27bf9c56
Commit
27bf9c56
authored
Jun 28, 2023
by
leizhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
巡检项目,重点部位、自定义巡查点bug修改
parent
1d5330d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
EquipmentCategoryMapper.xml
...uip/src/main/resources/mapper/EquipmentCategoryMapper.xml
+2
-0
dbTemplate_input_item.xml
...ol/src/main/resources/db/mapper/dbTemplate_input_item.xml
+2
-2
No files found.
amos-boot-system-equip/src/main/resources/mapper/EquipmentCategoryMapper.xml
View file @
27bf9c56
...
@@ -573,6 +573,7 @@
...
@@ -573,6 +573,7 @@
AND biz_org_code like concat(#{bizOrgCode}, '%')
AND biz_org_code like concat(#{bizOrgCode}, '%')
AND is_delete = '0'
AND is_delete = '0'
AND input_type!='1'
AND input_type!='1'
AND key_parts_type='0'
</select>
</select>
<select
id=
"countByCustomType"
resultType=
"int"
>
<select
id=
"countByCustomType"
resultType=
"int"
>
...
@@ -581,6 +582,7 @@
...
@@ -581,6 +582,7 @@
AND biz_org_code like concat(#{bizOrgCode}, '%')
AND biz_org_code like concat(#{bizOrgCode}, '%')
AND is_delete = '0'
AND is_delete = '0'
AND input_type!='1'
AND input_type!='1'
AND custom_type='0'
</select>
</select>
<select
id=
"countAll"
resultType=
"int"
>
<select
id=
"countAll"
resultType=
"int"
>
...
...
amos-boot-system-patrol/src/main/resources/db/mapper/dbTemplate_input_item.xml
View file @
27bf9c56
...
@@ -333,10 +333,10 @@
...
@@ -333,10 +333,10 @@
and a.equipment_type is not null
and a.equipment_type is not null
</if>
</if>
<if
test=
"treeId != null and treeId != '' and treeId == '-4'"
>
<if
test=
"treeId != null and treeId != '' and treeId == '-4'"
>
and a.key_parts_type
is not null
and a.key_parts_type
='0'
</if>
</if>
<if
test=
"treeId != null and treeId != '' and treeId == '-5'"
>
<if
test=
"treeId != null and treeId != '' and treeId == '-5'"
>
and a.custom_type
is not null
and a.custom_type
='0'
</if>
</if>
<if
test=
"subCode!=null and subCode!='' and subCode!=' ' and
<if
test=
"subCode!=null and subCode!='' and subCode!=' ' and
treeId != null and treeId != '' and treeId != '-3' and treeId != '-1' and
treeId != null and treeId != '' and treeId != '-3' and treeId != '-1' and
...
...
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