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
73dd0fe7
Commit
73dd0fe7
authored
Aug 16, 2022
by
zhangyingbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
燃气气瓶追溯详情接口修改
parent
f1459872
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
1 deletion
+30
-1
TzCylinderFillingDto.java
...mos/boot/module/tzs/flc/api/dto/TzCylinderFillingDto.java
+26
-1
TzCylinderMapper.xml
...le-tzs-api/src/main/resources/mapper/TzCylinderMapper.xml
+4
-0
No files found.
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/flc/api/dto/TzCylinderFillingDto.java
View file @
73dd0fe7
...
@@ -87,11 +87,36 @@ public class TzCylinderFillingDto {
...
@@ -87,11 +87,36 @@ public class TzCylinderFillingDto {
*/
*/
private
String
checkResultsAfter
;
private
String
checkResultsAfter
;
/**
* 充装前检查项内容及结果
*/
private
List
<
TzCylinderCheckDto
>
tzCylinderCheckDtoList
;
private
List
<
TzCylinderCheckDto
>
tzCylinderCheckDtoList
;
/**
* 充装后检查项内容及结果
*/
private
List
<
TzCylinderCheckDto
>
tzCylinderAfterCheckDtoList
;
private
List
<
TzCylinderCheckDto
>
tzCylinderAfterCheckDtoList
;
/**
* 充装前检查人员
*/
private
String
inspectorBeforeUser
;
/**
* 充装前检查时间
*/
private
String
inspectionBeforeDate
;
/**
* 充装后检查时间
*/
private
String
inspectionAfterDate
;
/**
* 充装后检查人员
*/
private
String
inspectorAfter
;
}
}
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/resources/mapper/TzCylinderMapper.xml
View file @
73dd0fe7
...
@@ -144,6 +144,10 @@
...
@@ -144,6 +144,10 @@
<select
id=
"getTzCylinderFillingDto"
resultType=
"com.yeejoin.amos.boot.module.tzs.flc.api.dto.TzCylinderFillingDto"
>
<select
id=
"getTzCylinderFillingDto"
resultType=
"com.yeejoin.amos.boot.module.tzs.flc.api.dto.TzCylinderFillingDto"
>
SELECT
SELECT
CF.inspector_user AS inspector_before_user,
CF.inspection_date AS inspection_before_date,
FC.inspection_date AS inspection_after_date,
FC.inspector AS inspector_after,
FR.sequence_nbr,
FR.sequence_nbr,
FC.filling_check_id,
FC.filling_check_id,
FR.filling_quantity,
FR.filling_quantity,
...
...
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