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
41ddde3f
Commit
41ddde3f
authored
Jun 15, 2023
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一码通总览单位统计匹配修改
parent
7fa8a4c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
EquipmentCategoryMapper.xml
...api/src/main/resources/mapper/EquipmentCategoryMapper.xml
+8
-8
No files found.
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/resources/mapper/EquipmentCategoryMapper.xml
View file @
41ddde3f
...
...
@@ -190,7 +190,7 @@
biz_jg_equipment_category_data bjecd
WHERE
<if
test=
"level == 'company'"
>
bjecd."unit_code"
LIKE CONCAT('%',#{companyCode},'%')
bjecd."unit_code"
= #{companyCode}
</if>
<if
test=
"level != 'company'"
>
bjecd."org_branch_code" LIKE CONCAT('%',#{orgCode},'%')
...
...
@@ -208,7 +208,7 @@
biz_jg_equipment_category_data bjecd
WHERE
<if
test=
"level == 'company'"
>
bjecd."unit_code"
LIKE CONCAT('%',#{companyCode},'%')
bjecd."unit_code"
= #{companyCode}
</if>
<if
test=
"level != 'company'"
>
bjecd."org_branch_code" LIKE CONCAT('%',#{orgCode},'%')
...
...
@@ -226,7 +226,7 @@
biz_jg_equipment_category_data bjecd
WHERE
<if
test=
"level == 'company'"
>
bjecd."unit_code"
LIKE CONCAT('%',#{companyCode},'%')
bjecd."unit_code"
= #{companyCode}
</if>
<if
test=
"level != 'company'"
>
bjecd."org_branch_code" LIKE CONCAT('%',#{orgCode},'%')
...
...
@@ -244,7 +244,7 @@
biz_jg_equipment_category_data bjecd
WHERE
<if
test=
"level == 'company'"
>
bjecd."unit_code"
LIKE CONCAT('%',#{companyCode},'%')
bjecd."unit_code"
= #{companyCode}
</if>
<if
test=
"level != 'company'"
>
bjecd."org_branch_code" LIKE CONCAT('%',#{orgCode},'%')
...
...
@@ -262,7 +262,7 @@
biz_jg_equipment_category_data bjecd
WHERE
<if
test=
"level == 'company'"
>
bjecd."unit_code"
LIKE CONCAT('%',#{companyCode},'%')
bjecd."unit_code"
= #{companyCode}
</if>
<if
test=
"level != 'company'"
>
bjecd."org_branch_code" LIKE CONCAT('%',#{orgCode},'%')
...
...
@@ -280,7 +280,7 @@
biz_jg_equipment_category_data bjecd
WHERE
<if
test=
"level == 'company'"
>
bjecd."unit_code"
LIKE CONCAT('%',#{companyCode},'%')
bjecd."unit_code"
= #{companyCode}
</if>
<if
test=
"level != 'company'"
>
bjecd."org_branch_code" LIKE CONCAT('%',#{orgCode},'%')
...
...
@@ -298,7 +298,7 @@
biz_jg_equipment_category_data bjecd
WHERE
<if
test=
"level == 'company'"
>
bjecd."unit_code"
LIKE CONCAT('%',#{companyCode},'%')
bjecd."unit_code"
= #{companyCode}
</if>
<if
test=
"level != 'company'"
>
bjecd."org_branch_code" LIKE CONCAT('%',#{orgCode},'%')
...
...
@@ -316,7 +316,7 @@
biz_jg_equipment_category_data bjecd
WHERE
<if
test=
"level == 'company'"
>
bjecd."unit_code"
LIKE CONCAT('%',#{companyCode},'%')
bjecd."unit_code"
= #{companyCode}
</if>
<if
test=
"level != 'company'"
>
bjecd."org_branch_code" LIKE CONCAT('%',#{orgCode},'%')
...
...
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