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
c3db7961
Commit
c3db7961
authored
Aug 30, 2024
by
张森
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
29857 【中心级】一张图全景监控>设备管理>消防车辆,点击跳转二级页面上,列表的部分数据的换流站字段错误显示成了部门名称,未归入换流站
parent
c7518606
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
CarMapper.xml
...boot-system-equip/src/main/resources/mapper/CarMapper.xml
+4
-3
No files found.
amos-boot-system-equip/src/main/resources/mapper/CarMapper.xml
View file @
c3db7961
...
...
@@ -732,7 +732,7 @@
ABS(d.fireCar - d.jgxfc) AS fjgxfc
FROM (
SELECT
wc
.`biz_org_name`,
o
.`biz_org_name`,
count(1) AS fireCar,
SUM(IF(wc.use_type='自购', 1, 0)) AS zgCar,
SUM(IF(wc.use_type='租赁', 1, 0)) AS zlCar,
...
...
@@ -740,12 +740,13 @@
IFNULL( SUM(IF(we.code LIKE CONCAT( '2103', '%' ), 1, 0 ) ), 0 ) AS jgjqr
FROM `wl_car` wc
LEFT JOIN wl_equipment we ON we.id = wc.equipment_id
<where>
LEFT JOIN cb_org_usr o ON o.biz_org_code = LEFT ( wc.biz_org_code, 18 )
<where>
<if
test=
"bizOrgCode != null and bizOrgCode != ''"
>
wc.biz_org_code LIKE CONCAT(#{bizOrgCode},'%')
</if>
</where>
GROUP BY
wc.biz_org_code
GROUP BY
LEFT ( wc.biz_org_code, 18 )
) d
<if
test=
"sortField != null and sortField != ''"
>
<choose>
...
...
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