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
24de7f55
Commit
24de7f55
authored
Mar 01, 2022
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
cdcc4a62
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
EquipmentSpecificDto.java
.../yeejoin/equipmanage/common/dto/EquipmentSpecificDto.java
+3
-0
EquipmentOnCarVo.java
...a/com/yeejoin/equipmanage/common/vo/EquipmentOnCarVo.java
+1
-0
EquipSpecificDto.java
...eejoin/amos/boot/module/jcs/api/dto/EquipSpecificDto.java
+2
-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 @
24de7f55
...
@@ -33,4 +33,6 @@ public class EquipmentSpecificDto extends BaseDTO<EquipmentSpecificDto> {
...
@@ -33,4 +33,6 @@ public class EquipmentSpecificDto extends BaseDTO<EquipmentSpecificDto> {
private
String
team
;
private
String
team
;
private
String
carId
;
private
String
carId
;
private
String
bizOrgCode
;
}
}
\ No newline at end of file
amos-boot-module/amos-boot-module-api/amos-boot-module-equip-api/src/main/java/com/yeejoin/equipmanage/common/vo/EquipmentOnCarVo.java
View file @
24de7f55
...
@@ -69,4 +69,5 @@ public class EquipmentOnCarVo {
...
@@ -69,4 +69,5 @@ public class EquipmentOnCarVo {
private
String
equipDefinitionName
;
private
String
equipDefinitionName
;
private
String
bizOrgCode
;
}
}
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/src/main/java/com/yeejoin/amos/boot/module/jcs/api/dto/EquipSpecificDto.java
View file @
24de7f55
...
@@ -39,4 +39,6 @@ public class EquipSpecificDto extends BaseEntity {
...
@@ -39,4 +39,6 @@ public class EquipSpecificDto extends BaseEntity {
*/
*/
private
Page
<?>
page
;
private
Page
<?>
page
;
private
String
bizOrgCode
;
}
}
amos-boot-system-equip/src/main/resources/mapper/EquipmentSpecificMapper.xml
View file @
24de7f55
...
@@ -1074,6 +1074,12 @@
...
@@ -1074,6 +1074,12 @@
<if
test=
"vo.agencyId != null and vo.agencyId != ''"
>
<if
test=
"vo.agencyId != null and vo.agencyId != ''"
>
AND es.`agency_id` = #{vo.agencyId}
AND es.`agency_id` = #{vo.agencyId}
</if>
</if>
<if
test=
"vo.bizOrgCode != null and vo.bizOrgCode != ''"
>
AND es.`biz_org_code` LIKE CONCAT(#{vo.bizOrgCode}, '%')
</if>
AND sd.amount > 0
AND sd.amount > 0
</where>
</where>
GROUP BY
GROUP BY
...
...
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