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
8cae9bbf
Commit
8cae9bbf
authored
Apr 02, 2022
by
helinlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改气瓶系统bug
parent
efce2049
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
MybatisPlusConfiguration.java
...amos/boot/module/tzs/config/MybatisPlusConfiguration.java
+2
-2
CylinderFillingRecordMapper.xml
...src/main/resources/mapper/CylinderFillingRecordMapper.xml
+5
-5
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/config/MybatisPlusConfiguration.java
View file @
8cae9bbf
...
@@ -16,11 +16,11 @@ public class MybatisPlusConfiguration {
...
@@ -16,11 +16,11 @@ public class MybatisPlusConfiguration {
/**
/**
* plus分页插件支持
* plus分页插件支持
*/
*/
@Bean
/*
@Bean
public MybatisPlusInterceptor mybatisPlusInterceptor() {
public MybatisPlusInterceptor mybatisPlusInterceptor() {
MybatisPlusInterceptor mybatisPlusInterceptor = new MybatisPlusInterceptor();
MybatisPlusInterceptor mybatisPlusInterceptor = new MybatisPlusInterceptor();
mybatisPlusInterceptor.addInnerInterceptor(new PaginationInnerInterceptor(DbType.MYSQL));
mybatisPlusInterceptor.addInnerInterceptor(new PaginationInnerInterceptor(DbType.MYSQL));
return mybatisPlusInterceptor;
return mybatisPlusInterceptor;
}
}
*/
}
}
amos-boot-module/amos-boot-module-api/amos-boot-module-tzs-api/src/main/resources/mapper/CylinderFillingRecordMapper.xml
View file @
8cae9bbf
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</select>
</select>
<select
id=
"queryListByQueryDto"
>
<select
id=
"queryListByQueryDto"
resultType=
"java.util.Map"
>
SELECT
SELECT
r.sequence_nbr AS sequenceNbr,
r.sequence_nbr AS sequenceNbr,
r.filling_unit_name AS fillingUnitName,
r.filling_unit_name AS fillingUnitName,
...
@@ -80,12 +80,12 @@
...
@@ -80,12 +80,12 @@
'不合格'
'不合格'
end as checkResult
end as checkResult
FROM
FROM
tz_cylinder_filling_record r
tz_cylinder_filling_record
_copy
r
left join tz_cylinder_unit u on u.app_id = r.app_id
left join tz_cylinder_unit u on u.app_id = r.app_id
left join tz_cylinder_info i on r.sequence_code = i.sequence_code
left join tz_cylinder_info
_copy
i on r.sequence_code = i.sequence_code
inner join tz_cylinder_filling
b on b.sequence_code = r.sequence_code AND
left join tz_cylinder_filling_copy
b on b.sequence_code = r.sequence_code AND
date_format(`b`.`inspection_date`,'%Y-%m-%d') = date_format(`r`.`filling_startTime`,'%Y-%m-%d')
date_format(`b`.`inspection_date`,'%Y-%m-%d') = date_format(`r`.`filling_startTime`,'%Y-%m-%d')
inner join tz_cylinder_filling_check
af on af.sequence_code = r.sequence_code AND
left join tz_cylinder_filling_check_copy
af on af.sequence_code = r.sequence_code AND
date_format(`af`.`inspection_date`,'%Y-%m-%d') = date_format(`r`.`filling_startTime`,'%Y-%m-%d')
date_format(`af`.`inspection_date`,'%Y-%m-%d') = date_format(`r`.`filling_startTime`,'%Y-%m-%d')
WHERE
WHERE
1= 1
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