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
82e56138
Commit
82e56138
authored
Jan 05, 2024
by
LiuLin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jyjc):报检规则触发规则功能开发,联调测试
parent
6f8dced3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
EquipTechParamElevatorMapper.xml
...rc/main/resources/mapper/EquipTechParamElevatorMapper.xml
+1
-1
EquipTechParamVesselMapper.xml
.../src/main/resources/mapper/EquipTechParamVesselMapper.xml
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/resources/mapper/EquipTechParamElevatorMapper.xml
View file @
82e56138
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
COALESCE("WORK_ENVIRONMENT", '') AS "workEnvironment",
COALESCE("WORK_ENVIRONMENT", '') AS "workEnvironment",
COALESCE("KZG_OPERATION_MODE", '') AS "kzgOperationMode",
COALESCE("KZG_OPERATION_MODE", '') AS "kzgOperationMode",
COALESCE("JMWZ", '') AS "jmwz"
COALESCE("JMWZ", '') AS "jmwz"
FROM
amos_tzs_biz.
idx_biz_jg_tech_params_elevator
FROM idx_biz_jg_tech_params_elevator
WHERE RECORD = #{record}
WHERE RECORD = #{record}
</select>
</select>
</mapper>
</mapper>
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/resources/mapper/EquipTechParamVesselMapper.xml
View file @
82e56138
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
COALESCE(temperature, 0) AS temperature,
COALESCE(temperature, 0) AS temperature,
COALESCE(pressure_medium, 0) AS pressureMedium,
COALESCE(pressure_medium, 0) AS pressureMedium,
COALESCE(per_capita_cabin_capacity, 0) AS perCapitaCabinCapacity
COALESCE(per_capita_cabin_capacity, 0) AS perCapitaCabinCapacity
FROM
amos_tzs_biz.
idx_biz_jg_tech_params_vessel
FROM idx_biz_jg_tech_params_vessel
where record = #{record}
where record = #{record}
</select>
</select>
</mapper>
</mapper>
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