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
ba57edfc
Commit
ba57edfc
authored
Feb 17, 2022
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
af8cf19e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
EquipmentSpecificDto.java
.../yeejoin/equipmanage/common/dto/EquipmentSpecificDto.java
+4
-0
EquipmentSpecificMapper.xml
...uip/src/main/resources/mapper/EquipmentSpecificMapper.xml
+6
-0
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-equip-api/src/main/java/com/yeejoin/equipmanage/common/dto/EquipmentSpecificDto.java
View file @
ba57edfc
...
...
@@ -30,4 +30,7 @@ public class EquipmentSpecificDto extends BaseDTO<EquipmentSpecificDto> {
private
Long
teamId
;
private
Long
agencyId
;
private
String
team
;
private
String
carId
;
}
\ No newline at end of file
amos-boot-system-equip/src/main/resources/mapper/EquipmentSpecificMapper.xml
View file @
ba57edfc
...
...
@@ -1023,6 +1023,12 @@
<if
test=
"vo.like != null and vo.like !=''"
>
ed.`name` LIKE CONCAT('%', #{vo.like}, '%')
</if>
<if
test=
"vo.team != null and vo.carId !=null"
>
and es.team_id = (select team_id from wl_car where id =#{vo.carId})
</if>
<if
test=
"vo.categories != null and vo.categories != ''"
>
AND ec.`code` LIKE '1%' and ec.industry_code='2'
<!-- AND cast(ec.`code` AS SIGNED INTEGER) BETWEEN 10000000 AND 12999900
...
...
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