Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ADC-uniformity
Project
Project
Details
Activity
Releases
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
凡昌松
ADC-uniformity
Commits
536448e1
Commit
536448e1
authored
Dec 13, 2021
by
凡昌松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改车型列表查询
parent
0d01413e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
CheckEnterpriseDataDao.xml
...esources/mybatis/mapper/system/CheckEnterpriseDataDao.xml
+2
-3
No files found.
adcbs-check/src/main/resources/mybatis/mapper/system/CheckEnterpriseDataDao.xml
View file @
536448e1
...
...
@@ -47,13 +47,12 @@
cdv."车辆名称" AS VEHICLE_NAME,
cdv."批次" AS VEHICLE_GROUP,
cdv."生产地址" AS PRODUCING_ADDRESS,
ru.NAME
AS companyName
cdv."企业名称"
AS companyName
FROM
RETRIEVAL.CLCP_ZK cdv
LEFT JOIN NERDS.GG_DATA_ZRIN gg ON gg.CPXH = cdv."车辆型号" AND gg.PC = cdv."批次"
LEFT JOIN RETRIEVAL.RET_USERS ru ON ru.HGZ_QYID = cdv."企业ID"
WHERE
ru.USERNAME
= #{vehicleList.baseId}
cdv."企业ID"
= #{vehicleList.baseId}
) t
<where>
1=1
...
...
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