Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
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
王浩
zh-baseversion-project
Commits
345e7312
Commit
345e7312
authored
Sep 13, 2024
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 液化石油气监管-气瓶档案-第三方对接接口开发
parent
8d2145db
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
487 additions
and
8 deletions
+487
-8
lpgGasController.java
...b/controller/externaldocking/lpggas/lpgGasController.java
+367
-0
DESEncoder.java
.../main/java/com/zehong/web/controller/tool/DESEncoder.java
+94
-4
TLpgGasBottleFiles.java
...ain/java/com/zehong/system/domain/TLpgGasBottleFiles.java
+2
-2
ITLpgGasBottleFilesService.java
...com/zehong/system/service/ITLpgGasBottleFilesService.java
+8
-0
TLpgGasBottleFilesServiceImpl.java
...ng/system/service/impl/TLpgGasBottleFilesServiceImpl.java
+14
-0
indexInfo.vue
...ews/lpgRegulation/gasbottlefiles/components/indexInfo.vue
+2
-2
No files found.
zh-baseversion-admin/src/main/java/com/zehong/web/controller/externaldocking/lpggas/lpgGasController.java
0 → 100644
View file @
345e7312
This diff is collapsed.
Click to expand it.
zh-baseversion-admin/src/main/java/com/zehong/web/controller/tool/DESEncoder.java
View file @
345e7312
This diff is collapsed.
Click to expand it.
zh-baseversion-system/src/main/java/com/zehong/system/domain/TLpgGasBottleFiles.java
View file @
345e7312
...
...
@@ -149,11 +149,11 @@ public class TLpgGasBottleFiles extends BaseEntity
//@Excel(name = "检验报告照片")
private
String
checkImage
;
/** 产品编号照片 */
/** 产品编号照片
2024-09-13 wh 去掉 界面上不展示了
*/
//@Excel(name = "产品编号照片")
private
String
equNoImage
;
/** 单位内编号照片 */
/** 单位内编号照片
2024-09-13 wh 去掉 界面上不展示了
*/
//@Excel(name = "单位内编号照片")
private
String
selfIdImage
;
...
...
zh-baseversion-system/src/main/java/com/zehong/system/service/ITLpgGasBottleFilesService.java
View file @
345e7312
...
...
@@ -3,6 +3,7 @@ package com.zehong.system.service;
import
java.util.List
;
import
java.util.Map
;
import
com.zehong.common.core.domain.AjaxResult
;
import
com.zehong.system.domain.TLpgGasBottleFiles
;
import
javax.servlet.http.HttpServletResponse
;
...
...
@@ -78,4 +79,11 @@ public interface ITLpgGasBottleFilesService
*/
public
void
importLpgGasBottleFilesInfo
(
List
<
TLpgGasBottleFiles
>
xmbhList
,
boolean
updateSupport
,
HttpServletResponse
response
);
/**
* 第三方对接 新增数据
* @param list l
* @return r
*/
public
int
externalDockingCreateLpgGasBottleFiles
(
List
<
TLpgGasBottleFiles
>
list
);
}
zh-baseversion-system/src/main/java/com/zehong/system/service/impl/TLpgGasBottleFilesServiceImpl.java
View file @
345e7312
...
...
@@ -3,7 +3,9 @@ package com.zehong.system.service.impl;
import
java.util.List
;
import
java.util.Map
;
import
com.zehong.common.core.domain.AjaxResult
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.stereotype.Service
;
import
com.zehong.system.mapper.TLpgGasBottleFilesMapper
;
import
com.zehong.system.domain.TLpgGasBottleFiles
;
...
...
@@ -24,6 +26,7 @@ public class TLpgGasBottleFilesServiceImpl implements ITLpgGasBottleFilesService
@Resource
private
TLpgGasBottleFilesMapper
tLpgGasBottleFilesMapper
;
/**
* 查询液化石油气-气瓶档案
*
...
...
@@ -119,4 +122,15 @@ public class TLpgGasBottleFilesServiceImpl implements ITLpgGasBottleFilesService
tLpgGasBottleFilesMapper
.
insertBatch
(
xmbhList
);
}
}
/**
* 第三方对接 创建数据
* @param list d
* @return r
*/
@Override
public
int
externalDockingCreateLpgGasBottleFiles
(
List
<
TLpgGasBottleFiles
>
list
)
{
return
tLpgGasBottleFilesMapper
.
insertBatch
(
list
);
}
}
zh-baseversion-web/src/views/lpgRegulation/gasbottlefiles/components/indexInfo.vue
View file @
345e7312
...
...
@@ -197,7 +197,7 @@
<span
v-else
>
-
</span>
</el-form-item>
</el-col>
<
el-col
:span=
"12"
>
<
!--
<el-col
:span=
"12"
>
2024-09-13 wh 去掉 界面不展示了
<el-form-item
label=
"产品编号照片"
>
<el-image
:src=
"detailInfo.equNoImage"
...
...
@@ -220,7 +220,7 @@
></el-image>
<span
v-else
>
-
</span>
</el-form-item>
</el-col>
</el-col>
-->
<el-col
:span=
"12"
>
<el-form-item
label=
"钢瓶信息照片"
>
<el-image
...
...
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