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
22b32e40
Commit
22b32e40
authored
Dec 15, 2023
by
王果
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register
parents
15c1f96a
6e885790
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
821 additions
and
152 deletions
+821
-152
IdxBizJgRegisterInfoServiceImpl.java
.../jg/biz/service/impl/IdxBizJgRegisterInfoServiceImpl.java
+0
-0
BizTypeEnum.java
.../yeejoin/amos/boot/module/jyjc/api/enums/BizTypeEnum.java
+36
-0
JyjcInspectionApplicationPushLogMapper.java
...jc/api/mapper/JyjcInspectionApplicationPushLogMapper.java
+1
-0
JyjcInspectionEquipStatisticsMapper.java
.../jyjc/api/mapper/JyjcInspectionEquipStatisticsMapper.java
+1
-0
IJyjcInspectionApplicationHandlerService.java
...api/service/IJyjcInspectionApplicationHandlerService.java
+20
-0
IJyjcInspectionApplicationService.java
...e/jyjc/api/service/IJyjcInspectionApplicationService.java
+5
-1
IJyjcInspectionResultParamService.java
...e/jyjc/api/service/IJyjcInspectionResultParamService.java
+8
-0
IJyjcInspectionResultService.java
...module/jyjc/api/service/IJyjcInspectionResultService.java
+11
-0
JyjcInspectionApplicationMapper.xml
...main/resources/mapper/JyjcInspectionApplicationMapper.xml
+21
-25
JyjcInspectionApplicationPushLogMapper.xml
...sources/mapper/JyjcInspectionApplicationPushLogMapper.xml
+8
-0
JyjcInspectionEquipStatisticsMapper.xml
.../resources/mapper/JyjcInspectionEquipStatisticsMapper.xml
+8
-0
JyjcOpeningApplicationMapper.xml
...rc/main/resources/mapper/JyjcOpeningApplicationMapper.xml
+2
-2
BaseException.java
...ejoin/amos/boot/module/jyjc/biz/config/BaseException.java
+1
-0
CommonException.java
...oin/amos/boot/module/jyjc/biz/config/CommonException.java
+0
-1
JyjcInspectionApplicationController.java
...c/biz/controller/JyjcInspectionApplicationController.java
+85
-82
JyjcInspectionResultController.java
...e/jyjc/biz/controller/JyjcInspectionResultController.java
+13
-0
JyjcInspectionResultParamController.java
...c/biz/controller/JyjcInspectionResultParamController.java
+14
-0
JyjcOpeningApplicationController.java
...jyjc/biz/controller/JyjcOpeningApplicationController.java
+9
-5
JyjcInspectionApplicationEquipServiceImpl.java
...rvice/impl/JyjcInspectionApplicationEquipServiceImpl.java
+14
-0
JyjcInspectionApplicationPushLogServiceImpl.java
...ice/impl/JyjcInspectionApplicationPushLogServiceImpl.java
+27
-0
JyjcInspectionApplicationServiceImpl.java
...iz/service/impl/JyjcInspectionApplicationServiceImpl.java
+0
-0
JyjcInspectionResultParamServiceImpl.java
...iz/service/impl/JyjcInspectionResultParamServiceImpl.java
+23
-0
JyjcInspectionResultServiceImpl.java
...yjc/biz/service/impl/JyjcInspectionResultServiceImpl.java
+49
-0
JyjcOpeningApplicationServiceImpl.java
...c/biz/service/impl/JyjcOpeningApplicationServiceImpl.java
+56
-36
WorkflowHelper.java
...mos/boot/module/jyjc/biz/service/impl/WorkflowHelper.java
+66
-0
AbstractJyjcInspectionApplicationHandlerServiceImpl.java
.../AbstractJyjcInspectionApplicationHandlerServiceImpl.java
+36
-0
DetectionInspectionApplicationHandlerServiceImpl.java
...ler/DetectionInspectionApplicationHandlerServiceImpl.java
+32
-0
FirstInspectionApplicationHandlerServiceImpl.java
...handler/FirstInspectionApplicationHandlerServiceImpl.java
+32
-0
JyjcInspectionApplicationHandlerFactory.java
...impl/handler/JyjcInspectionApplicationHandlerFactory.java
+35
-0
SuperviseInspectionApplicationHandlerServiceImpl.java
...ler/SuperviseInspectionApplicationHandlerServiceImpl.java
+33
-0
JsonUtils.java
...om/yeejoin/amos/boot/module/jyjc/biz/utils/JsonUtils.java
+23
-0
equipCategory.json
...odule-jyjc-biz/src/main/resources/json/equipCategory.json
+119
-0
equipParam.json
...t-module-jyjc-biz/src/main/resources/json/equipParam.json
+32
-0
ApplicationFormTypeEnum.java
...os/boot/module/ymt/api/enums/ApplicationFormTypeEnum.java
+1
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/IdxBizJgRegisterInfoServiceImpl.java
View file @
22b32e40
This diff is collapsed.
Click to expand it.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/enums/BizTypeEnum.java
0 → 100644
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
api
.
enums
;
import
lombok.AllArgsConstructor
;
import
lombok.Getter
;
import
java.util.ArrayList
;
import
java.util.List
;
/**
* <p>
* ProjectName: amos-boot-biz
* PackageName: com.yeejoin.amos.boot.module.jyjc.api.enums
*
* @author yangyang
* @version v1.0
* @date 2023/12/15 16:25
*/
@Getter
@AllArgsConstructor
public
enum
BizTypeEnum
{
SUPERVISE
(
"supervise"
,
"监督检验"
),
FIRST_INSPECTION
(
"firstinspect"
,
"定检"
),
DETECTION
(
"detection"
,
"检测"
);
private
String
code
;
private
String
name
;
public
static
List
<
String
>
getEnumNameList
()
{
List
<
String
>
codeList
=
new
ArrayList
<
String
>();
for
(
BizTypeEnum
c
:
BizTypeEnum
.
values
())
{
codeList
.
add
(
c
.
getCode
());
}
return
codeList
;
}
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/mapper/JyjcInspectionApplicationPushLogMapper.java
View file @
22b32e40
...
...
@@ -11,4 +11,5 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
*/
public
interface
JyjcInspectionApplicationPushLogMapper
extends
BaseMapper
<
JyjcInspectionApplicationPushLog
>
{
void
deleteByApplicationSeq
(
Long
seq
);
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/mapper/JyjcInspectionEquipStatisticsMapper.java
View file @
22b32e40
...
...
@@ -11,4 +11,5 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
*/
public
interface
JyjcInspectionEquipStatisticsMapper
extends
BaseMapper
<
JyjcInspectionEquipStatistics
>
{
void
deleteByApplicationSeq
(
Long
seq
);
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/service/IJyjcInspectionApplicationHandlerService.java
0 → 100644
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
api
.
service
;
import
java.util.Map
;
/**
* <p>
* ProjectName: amos-boot-biz
* PackageName: com.yeejoin.amos.boot.module.jyjc.api.service
*
* @author yangyang
* @version v1.0
* @date 2023/12/15 15:55
*/
public
interface
IJyjcInspectionApplicationHandlerService
{
String
type
();
boolean
notifyInspectionUnit
(
Map
<
String
,
Object
>
params
);
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/service/IJyjcInspectionApplicationService.java
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
api
.
service
;
import
java.util.List
;
/**
* 接口类
*
* @author system_generator
* @date 2023-12-14
*/
public
interface
IJyjcInspectionApplicationService
{}
public
interface
IJyjcInspectionApplicationService
{
void
deleteBatchData
(
List
<
Long
>
sequenceNbr
);
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/service/IJyjcInspectionResultParamService.java
View file @
22b32e40
...
...
@@ -3,6 +3,7 @@ package com.yeejoin.amos.boot.module.jyjc.api.service;
import
com.yeejoin.amos.boot.module.jyjc.api.entity.JyjcInspectionResultParam
;
import
java.util.List
;
import
java.util.Map
;
/**
* 检验结果技术参数表接口类
...
...
@@ -17,4 +18,11 @@ public interface IJyjcInspectionResultParamService {
* @return
*/
List
<
JyjcInspectionResultParam
>
getParamByResultSeq
(
Long
sequenceNbr
);
/**
* 根据设备code获取技术参数字段
* @param equipTypeCode 设备code
* @return 字段列表
*/
List
<
Map
<
String
,
Object
>>
getParamByEquipTypeCode
(
String
equipTypeCode
);
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/service/IJyjcInspectionResultService.java
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
api
.
service
;
import
com.yeejoin.amos.boot.module.jyjc.api.model.JyjcInspectionResultModel
;
import
com.yeejoin.amos.boot.module.ymt.api.entity.EquipmentCategory
;
import
java.util.LinkedHashMap
;
import
java.util.List
;
import
java.util.Map
;
/**
...
...
@@ -18,4 +21,12 @@ public interface IJyjcInspectionResultService {
* @return 检验结果实体
*/
Map
<
String
,
Object
>
queryDetailBySeq
(
Long
sequenceNbr
);
/**
* 获取设备种类
* @param type 获取的类型
* @param notNode 不需要节点
* @return 列表
*/
List
<
Map
<
String
,
Object
>>
equipList
(
String
type
,
String
notNode
);
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/resources/mapper/JyjcInspectionApplicationMapper.xml
View file @
22b32e40
...
...
@@ -5,26 +5,27 @@
<select
id=
"queryForDataList"
resultType=
"com.yeejoin.amos.boot.module.jyjc.api.entity.JyjcInspectionApplication"
>
select
tzjia.applicationNo,
tzjia.inspectionType,
tzjia.inspectionUnitName,
tzjia.equipClassify,
tzjia.numberOfEquip,
tzjia.inspectionUnitName,
tzjia.applicationDate,
tzjia.acceptDate,
tzjia.inspectionChargePerson,
tzjia.inspectionChargePhone,
tzjia.application_no,
tzjia.inspection_type,
tzjia.inspection_classify,
tzjia.inspection_unit_code,
tzjia.equip_classify,
tzjia.number_of_equip,
tzjia.inspection_unit_code,
tzjia.application_date,
tzjia.accept_date,
tzjia.inspection_charge_phone,
tzjia.inspection_charge_person,
tzjia.status
from
tz_jyjc_inspection_application as tzjia
where
tzjia.is_delete = 0
<where>
<if
test=
" applicationNo != null and applicationNo != ''"
>
and application
N
o like concat('%',#{applicationNo}.'%')
and application
_n
o like concat('%',#{applicationNo}.'%')
</if>
<if
test=
"inspection
Type != null and inspectionType
!= ''"
>
and inspection
Type = #{inspectionType
}
<if
test=
"inspection
Classify != null and inspectionClassify
!= ''"
>
and inspection
_classify = #{inspectionClassify
}
</if>
<if
test=
"inspectionUnitName != null and inspectionUnitName != ''"
>
and inspection_unit_code in (select use_code from tz_base_enterprise_info where use_unit like concat('%',#{inspectionUnitName},'%'))
...
...
@@ -39,22 +40,16 @@
and application_unit_code in (select use_code from tz_base_enterprise_info where use_unit like concat('%',#{inspectionUnitName},'%'))
</if>
<if
test=
"equipClassify != null and equipClassify != ''"
>
and equipClassify = #{equipClassify}
</if>
<if
test=
"numberOfEquip != null and numberOfEquip != ''"
>
and numberOfEquip = #{numberOfEquip}
and equip_classify = #{equipClassify}
</if>
<if
test=
"applicationDate != null and applicationDate != ''"
>
and application
D
ate = #{applicationDate}
and application
_d
ate = #{applicationDate}
</if>
<if
test=
"acceptDate != null and acceptDate != ''"
>
and accept
D
ate = #{acceptDate}
and accept
_d
ate = #{acceptDate}
</if>
<if
test=
"inspectionChargePerson != null and inspectionChargePerson != ''"
>
and inspectionChargePerson like concat('%',#{inspectionChargePerson}.'%')
</if>
<if
test=
"inspectionChargePhone != null and inspectionChargePhone != ''"
>
and inspectionChargePhone like concat('%',#{inspectionChargePhone}.'%')
and inspection_charge_person like concat('%',#{inspectionChargePerson}.'%')
</if>
<if
test=
"status != null and status != ''"
>
and status = #{status}
...
...
@@ -62,5 +57,6 @@
<if
test=
"bizType != null and bizType != ''"
>
and biz_type = #{bizType}
</if>
</where>
</select>
</mapper>
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/resources/mapper/JyjcInspectionApplicationPushLogMapper.xml
View file @
22b32e40
...
...
@@ -2,4 +2,12 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jyjc.api.mapper.JyjcInspectionApplicationPushLogMapper"
>
<delete
id=
"deleteByApplicationSeq"
>
delete
*
from
tz_jyjc_inspection_application_push_log
where
application_seq = #{applicationSeq}
</delete>
</mapper>
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/resources/mapper/JyjcInspectionEquipStatisticsMapper.xml
View file @
22b32e40
...
...
@@ -2,4 +2,12 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.yeejoin.amos.boot.module.jyjc.api.mapper.JyjcInspectionEquipStatisticsMapper"
>
<delete
id=
"deleteByApplicationSeq"
>
delete
*
from
tz_jyjc_inspection_equip_statistics
where
application_seq = #{applicationSeq}
</delete>
</mapper>
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/resources/mapper/JyjcOpeningApplicationMapper.xml
View file @
22b32e40
...
...
@@ -23,8 +23,8 @@
workflow_prostance_id,
workflow_role,
unit_code_name,
status,
status_name
status
_name
,
workflow_active_key
from tz_jyjc_opening_application
<where>
<if
test=
"jyjcOpeningApplicationRequstDto.applicationSeq != '' and jyjcOpeningApplicationRequstDto.applicationSeq != null"
>
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/config/BaseException.java
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
biz
.
config
;
import
com.yeejoin.amos.boot.module.ymt.api.enums.BaseExceptionEnum
;
/**
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/config/CommonException.java
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
biz
.
config
;
import
com.yeejoin.amos.boot.module.ymt.api.common.BaseException
;
import
com.yeejoin.amos.boot.module.ymt.api.enums.CommonErrorEnum
;
/**
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/controller/JyjcInspectionApplicationController.java
View file @
22b32e40
...
...
@@ -16,6 +16,7 @@ import com.yeejoin.amos.boot.module.jyjc.api.enums.DocumentEnum;
import
com.yeejoin.amos.boot.module.jyjc.api.model.JyjcInspectionApplicationAttachmentModel
;
import
com.yeejoin.amos.boot.module.jyjc.biz.service.impl.JyjcInspectionApplicationAttachmentServiceImpl
;
import
com.yeejoin.amos.boot.module.jyjc.biz.service.impl.JyjcInspectionApplicationEquipServiceImpl
;
import
com.yeejoin.amos.boot.module.jyjc.biz.service.impl.JyjcInspectionApplicationPushLogServiceImpl
;
import
org.springframework.beans.BeanUtils
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
io.swagger.annotations.ApiOperation
;
...
...
@@ -24,10 +25,14 @@ import org.springframework.web.bind.annotation.RestController;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
java.util.ArrayList
;
import
java.util.HashMap
;
import
java.util.List
;
import
java.util.Map
;
import
java.util.stream.Collectors
;
import
java.util.Map
;
import
com.yeejoin.amos.boot.module.jyjc.biz.service.impl.JyjcInspectionApplicationServiceImpl
;
import
org.typroject.tyboot.core.rdbms.annotation.Condition
;
import
org.typroject.tyboot.core.rdbms.annotation.Operator
;
...
...
@@ -56,12 +61,7 @@ public class JyjcInspectionApplicationController extends BaseController {
@Autowired
JyjcInspectionApplicationServiceImpl
jyjcInspectionApplicationServiceImpl
;
@Autowired
JyjcInspectionApplicationAttachmentServiceImpl
jyjcInspectionApplicationAttachmentService
;
@Autowired
JyjcInspectionApplicationEquipServiceImpl
jyjcInspectionApplicationEquipService
;
@Autowired
WorkflowFeignService
workflowFeignService
;
/**
* 新增
...
...
@@ -73,81 +73,9 @@ public class JyjcInspectionApplicationController extends BaseController {
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"新增"
,
notes
=
"新增"
)
public
ResponseModel
<
JyjcInspectionApplicationModel
>
save
(
@RequestBody
JyjcInspectionApplicationModel
model
)
{
//开启报检流程工作流
if
(
!
model
.
getOperationType
().
equals
(
"2"
)){
if
(
model
.
getOperationType
().
equals
(
"0"
)){
JSONObject
body
=
new
JSONObject
();
String
businessKey
=
buildOrderNo
();
body
.
put
(
WorkFlowEnum
.
BUSINESSKEY
.
getCode
(),
businessKey
);
body
.
put
(
WorkFlowEnum
.
processDefinitionKey
.
getCode
(),
model
.
getProcessKey
());
JSONObject
jsonObject
=
workflowFeignService
.
startProcess
(
body
);
String
processId
=
JSONObject
.
parseObject
(
JSONObject
.
toJSONString
(
jsonObject
.
get
(
"result"
))).
getString
(
"id"
);
model
.
setProcessInstanceId
(
processId
);
model
.
setStatus
(
"已提交"
);
}
else
if
(
model
.
getOperationType
().
equals
(
"1"
)){
model
.
setStatus
(
"草稿"
);
}
model
=
jyjcInspectionApplicationServiceImpl
.
createWithModel
(
model
);
//保存报检装备监管码
if
(
model
.
getEquip
().
size
()
>
0
){
List
<
Map
<
String
,
Object
>>
equip
=
model
.
getEquip
();
List
<
String
>
jgm
=
equip
.
stream
().
map
(
e
->
e
.
get
(
"equipUnicode"
).
toString
()).
collect
(
Collectors
.
toList
());
for
(
String
s
:
jgm
)
{
JyjcInspectionApplicationEquip
equipInfo
=
new
JyjcInspectionApplicationEquip
();
equipInfo
.
setApplicationSeq
(
model
.
getSequenceNbr
());
equipInfo
.
setEquipUnicode
(
s
);
jyjcInspectionApplicationEquipService
.
save
(
equipInfo
);
}
}
Map
<
String
,
Object
>
map
=
BeanUtil
.
beanToMap
(
model
);
// 附件保存
List
<
String
>
enumNameList
=
DocumentEnum
.
getEnumNameList
();
List
<
JyjcInspectionApplicationAttachmentModel
>
attachmentModels
=
new
ArrayList
<>();
for
(
String
code
:
enumNameList
)
{
if
(
map
.
containsKey
(
code
)){
JyjcInspectionApplicationAttachment
attachments
=
new
JyjcInspectionApplicationAttachment
();
attachments
.
setAttachmentType
(
code
);
attachments
.
setAttachmentUrl
(
JSONObject
.
toJSONString
(
map
.
get
(
code
)));
attachments
.
setApplicationSeq
(
model
.
getSequenceNbr
());
jyjcInspectionApplicationAttachmentService
.
getBaseMapper
().
insert
(
attachments
);
}
}
}
else
{
//更新报检装备监管码
jyjcInspectionApplicationEquipService
.
getBaseMapper
().
deleteByApplicationSeq
(
model
.
getSequenceNbr
());
if
(
model
.
getEquip
().
size
()
>
0
){
List
<
Map
<
String
,
Object
>>
equip
=
model
.
getEquip
();
List
<
String
>
jgm
=
equip
.
stream
().
map
(
e
->
e
.
get
(
"equipUnicode"
).
toString
()).
collect
(
Collectors
.
toList
());
for
(
String
s
:
jgm
)
{
JyjcInspectionApplicationEquip
equipInfo
=
new
JyjcInspectionApplicationEquip
();
equipInfo
.
setApplicationSeq
(
model
.
getSequenceNbr
());
equipInfo
.
setEquipUnicode
(
s
);
jyjcInspectionApplicationEquipService
.
save
(
equipInfo
);
}
}
Map
<
String
,
Object
>
map
=
BeanUtil
.
beanToMap
(
model
);
// 附件更新
List
<
String
>
enumNameList
=
DocumentEnum
.
getEnumNameList
();
List
<
JyjcInspectionApplicationAttachmentModel
>
attachmentModels
=
new
ArrayList
<>();
jyjcInspectionApplicationAttachmentService
.
getBaseMapper
().
deleteByApplicationSeq
(
model
.
getSequenceNbr
());
for
(
String
code
:
enumNameList
)
{
if
(
map
.
containsKey
(
code
)){
JyjcInspectionApplicationAttachment
attachments
=
new
JyjcInspectionApplicationAttachment
();
attachments
.
setAttachmentType
(
code
);
attachments
.
setAttachmentUrl
(
JSONObject
.
toJSONString
(
map
.
get
(
code
)));
attachments
.
setApplicationSeq
(
model
.
getSequenceNbr
());
jyjcInspectionApplicationAttachmentService
.
getBaseMapper
().
insert
(
attachments
);
}
}
model
.
setStatus
(
"已提交"
);
jyjcInspectionApplicationServiceImpl
.
updateWithModel
(
model
);
}
return
ResponseHelper
.
buildResponse
(
model
);
ReginParams
selectedOrgInfo
=
getSelectedOrgInfo
();
model
.
setApplicationUnitCode
(
selectedOrgInfo
.
getCompany
().
getCompanyCode
());
return
ResponseHelper
.
buildResponse
(
jyjcInspectionApplicationServiceImpl
.
save
(
model
));
}
...
...
@@ -163,7 +91,6 @@ public class JyjcInspectionApplicationController extends BaseController {
@ApiOperation
(
httpMethod
=
"PUT"
,
value
=
"根据sequenceNbr更新"
,
notes
=
"根据sequenceNbr更新"
)
public
ResponseModel
<
JyjcInspectionApplicationModel
>
updateBySequenceNbrJyjcInspectionApplication
(
@RequestBody
JyjcInspectionApplicationModel
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
model
.
setSequenceNbr
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
jyjcInspectionApplicationServiceImpl
.
updateWithModel
(
model
));
}
...
...
@@ -181,6 +108,25 @@ public class JyjcInspectionApplicationController extends BaseController {
return
ResponseHelper
.
buildResponse
(
jyjcInspectionApplicationServiceImpl
.
removeById
(
sequenceNbr
));
}
/**
* 根据sequenceNbr删除
*
* @param sequenceNbr 主键
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@DeleteMapping
(
value
=
"/deleteBatch"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"批量删除"
,
notes
=
"批量删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
List
<
Long
>
sequenceNbr
){
jyjcInspectionApplicationServiceImpl
.
deleteBatchData
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
jyjcInspectionApplicationServiceImpl
.
deleteBatchSeq
(
sequenceNbr
));
}
/**
* 根据sequenceNbr查询
*
...
...
@@ -191,6 +137,8 @@ public class JyjcInspectionApplicationController extends BaseController {
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询单个"
,
notes
=
"根据sequenceNbr查询单个"
)
public
ResponseModel
<
JyjcInspectionApplicationModel
>
selectOne
(
@PathVariable
Long
sequenceNbr
)
{
jyjcInspectionApplicationServiceImpl
.
selectBySeq
(
sequenceNbr
);
return
ResponseHelper
.
buildResponse
(
jyjcInspectionApplicationServiceImpl
.
queryBySeq
(
sequenceNbr
));
}
...
...
@@ -260,4 +208,59 @@ public class JyjcInspectionApplicationController extends BaseController {
public
ResponseModel
<
List
<
JyjcInspectionApplicationModel
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
jyjcInspectionApplicationServiceImpl
.
queryForJyjcInspectionApplicationList
());
}
/**
* 接收接口
*
*
* @param params params
* @return {@link ResponseModel< HashMap< String String>>}
* @author yangyang
* @throws
* @date 2023/12/15 11:25
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"接收"
,
notes
=
"接收"
)
@PostMapping
(
value
=
"/flow/{type}/receive"
)
public
ResponseModel
<
HashMap
<
String
,
String
>>
execueFlow
(
@PathVariable
(
value
=
"type"
)
String
type
,
@RequestBody
Map
<
String
,
Object
>
params
)
{
params
.
put
(
"type"
,
type
);
jyjcInspectionApplicationServiceImpl
.
doReceive
(
params
);
HashMap
<
String
,
String
>
result
=
new
HashMap
<>();
result
.
put
(
"result"
,
"success"
);
return
ResponseHelper
.
buildResponse
(
result
);
}
/**
* 退回接口(监督检验、定(首)检、检测)-通用
*
*
* @param params params
* @return {@link }
* @author yangyang
* @throws
* @date 2023/12/15 13:44
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"退回"
,
notes
=
"退回"
)
@PostMapping
(
value
=
"/flow/reject"
)
public
void
doRejectFlow
(
@RequestBody
Map
<
String
,
Object
>
params
)
{
jyjcInspectionApplicationServiceImpl
.
doReject
(
params
);
}
/**
* 撤回接口(监督检验、定(首)检、检测)-通用
*
*
* @param instanceId instanceId
* @return {@link }
* @author yangyang
* @throws
* @date 2023/12/15 13:39
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"撤回"
,
notes
=
"撤回"
)
@GetMapping
(
value
=
"/flow/rollback"
)
public
void
doRollbackFlow
(
@RequestParam
(
"instanceId"
)
String
instanceId
)
{
jyjcInspectionApplicationServiceImpl
.
doRollback
(
instanceId
);
}
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/controller/JyjcInspectionResultController.java
View file @
22b32e40
...
...
@@ -148,4 +148,17 @@ public class JyjcInspectionResultController extends BaseController {
public
ResponseModel
<
JyjcInspectionResultModel
>
updateJyjcInspectionResult
(
@RequestBody
JyjcInspectionResultModel
model
)
{
return
ResponseHelper
.
buildResponse
(
jyjcInspectionResultServiceImpl
.
updateJyjcInspectionResult
(
model
));
}
/**
* 获取设备种类列表
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"获取设备种类列表"
,
notes
=
"获取设备种类列表"
)
@GetMapping
(
value
=
"/equipTypeList"
)
public
ResponseModel
<
List
<
Map
<
String
,
Object
>>>
equipTypeList
(
@RequestParam
(
required
=
false
)
String
type
,
@RequestParam
(
required
=
false
)
String
notNode
)
{
return
ResponseHelper
.
buildResponse
(
jyjcInspectionResultServiceImpl
.
equipList
(
type
,
notNode
));
}
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/controller/JyjcInspectionResultParamController.java
View file @
22b32e40
...
...
@@ -6,6 +6,8 @@ import io.swagger.annotations.Api;
import
org.springframework.web.bind.annotation.RestController
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
java.util.List
;
import
java.util.Map
;
import
com.yeejoin.amos.boot.module.jyjc.biz.service.impl.JyjcInspectionResultParamServiceImpl
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
...
...
@@ -113,4 +115,16 @@ public class JyjcInspectionResultParamController extends BaseController {
public
ResponseModel
<
List
<
JyjcInspectionResultParamModel
>>
selectForList
()
{
return
ResponseHelper
.
buildResponse
(
jyjcInspectionResultParamServiceImpl
.
queryForJyjcInspectionResultParamList
());
}
/**
* 获取某一类设备的技术参数
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"获取某一类设备的技术参数"
,
notes
=
"获取某一类设备的技术参数"
)
@GetMapping
(
value
=
"/getParamByEquipTypeCode"
)
public
ResponseModel
<
List
<
Map
<
String
,
Object
>>>
getParamByEquipTypeCode
(
@RequestParam
String
equipTypeCode
)
{
return
ResponseHelper
.
buildResponse
(
jyjcInspectionResultParamServiceImpl
.
getParamByEquipTypeCode
(
equipTypeCode
));
}
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/controller/JyjcOpeningApplicationController.java
View file @
22b32e40
...
...
@@ -2,6 +2,7 @@ package com.yeejoin.amos.boot.module.jyjc.biz.controller;
import
cn.hutool.core.map.MapBuilder
;
import
com.yeejoin.amos.boot.module.jyjc.api.entity.JyjcOpeningApplication
;
import
com.yeejoin.amos.boot.module.jyjc.api.enums.FlowStatusEnum
;
import
com.yeejoin.amos.boot.module.jyjc.api.model.JyjcOpeningApplicationRequstDto
;
import
com.yeejoin.amos.boot.module.jyjc.biz.config.BaseException
;
import
com.yeejoin.amos.feign.privilege.Privilege
;
...
...
@@ -15,6 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jyjc.biz.service.impl.JyjcOpeningApplicationServiceImpl
;
import
org.typroject.tyboot.core.foundation.context.RequestContext
;
import
org.typroject.tyboot.core.restful.exception.instance.BadRequest
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
org.springframework.beans.factory.annotation.Autowired
;
...
...
@@ -25,10 +27,7 @@ import com.yeejoin.amos.boot.module.jyjc.api.model.JyjcOpeningApplicationModel;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
java.util.Collection
;
import
java.util.HashMap
;
import
java.util.List
;
import
java.util.Map
;
import
java.util.*
;
import
java.util.stream.Collectors
;
/**
...
...
@@ -97,6 +96,11 @@ public class JyjcOpeningApplicationController extends BaseController {
@DeleteMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
HttpServletRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
){
JyjcOpeningApplication
jyjcOpeningApplication
=
jyjcOpeningApplicationServiceImpl
.
getById
(
sequenceNbr
);
List
<
String
>
status
=
Arrays
.
asList
(
String
.
valueOf
(
FlowStatusEnum
.
ROLLBACK
.
getCode
()),
String
.
valueOf
(
FlowStatusEnum
.
REJECTED
.
getCode
()));
if
(
status
.
contains
(
jyjcOpeningApplication
.
getStatus
())){
throw
new
BadRequest
(
"除撤回跟驳回的流程之外其余流程不可删除!"
);
}
return
ResponseHelper
.
buildResponse
(
jyjcOpeningApplicationServiceImpl
.
removeById
(
sequenceNbr
));
}
...
...
@@ -110,7 +114,7 @@ public class JyjcOpeningApplicationController extends BaseController {
@DeleteMapping
(
value
=
"batchDelete"
)
@ApiOperation
(
httpMethod
=
"DELETE"
,
value
=
"根据sequenceNbr删除"
,
notes
=
"根据sequenceNbr删除"
)
public
ResponseModel
<
Boolean
>
deleteBySequenceNbr
(
@RequestParam
(
value
=
"sequenceNbrList"
)
List
<
Long
>
sequenceNbrList
){
return
ResponseHelper
.
buildResponse
(
jyjcOpeningApplicationServiceImpl
.
deleteBatch
Seq
(
sequenceNbrList
));
return
ResponseHelper
.
buildResponse
(
jyjcOpeningApplicationServiceImpl
.
deleteBatch
ByIds
(
sequenceNbrList
));
}
/**
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/JyjcInspectionApplicationEquipServiceImpl.java
View file @
22b32e40
...
...
@@ -4,9 +4,13 @@ import com.yeejoin.amos.boot.module.jyjc.api.entity.JyjcInspectionApplicationEqu
import
com.yeejoin.amos.boot.module.jyjc.api.mapper.JyjcInspectionApplicationEquipMapper
;
import
com.yeejoin.amos.boot.module.jyjc.api.service.IJyjcInspectionApplicationEquipService
;
import
com.yeejoin.amos.boot.module.jyjc.api.model.JyjcInspectionApplicationEquipModel
;
import
org.typroject.tyboot.core.foundation.utils.Bean
;
import
org.typroject.tyboot.core.foundation.utils.ValidationUtil
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
org.springframework.stereotype.Service
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
java.util.Collections
;
import
java.util.List
;
/**
...
...
@@ -30,4 +34,13 @@ public class JyjcInspectionApplicationEquipServiceImpl extends BaseService<JyjcI
public
List
<
JyjcInspectionApplicationEquipModel
>
queryForJyjcInspectionApplicationEquipList
()
{
return
this
.
queryForList
(
""
,
false
);
}
public
List
<
JyjcInspectionApplicationEquipModel
>
listApplicationEquipByApplicationSeq
(
Long
applicationSeq
)
{
// this.queryForList 尽量不要重载方法
List
<
JyjcInspectionApplicationEquip
>
entitys
=
this
.
lambdaQuery
().
eq
(
JyjcInspectionApplicationEquip:
:
getApplicationSeq
,
applicationSeq
).
list
();
if
(
ValidationUtil
.
isEmpty
(
entitys
))
{
return
Collections
.
EMPTY_LIST
;
}
return
Bean
.
toModels
(
entitys
,
JyjcInspectionApplicationEquipModel
.
class
);
}
}
\ No newline at end of file
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/JyjcInspectionApplicationPushLogServiceImpl.java
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
biz
.
service
.
impl
;
import
com.alibaba.fastjson.JSON
;
import
com.yeejoin.amos.boot.module.jyjc.api.entity.JyjcInspectionApplicationPushLog
;
import
com.yeejoin.amos.boot.module.jyjc.api.mapper.JyjcInspectionApplicationPushLogMapper
;
import
com.yeejoin.amos.boot.module.jyjc.api.model.JyjcInspectionApplicationEquipModel
;
import
com.yeejoin.amos.boot.module.jyjc.api.model.JyjcInspectionApplicationModel
;
import
com.yeejoin.amos.boot.module.jyjc.api.service.IJyjcInspectionApplicationPushLogService
;
import
com.yeejoin.amos.boot.module.jyjc.api.model.JyjcInspectionApplicationPushLogModel
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
org.springframework.stereotype.Service
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
java.util.List
;
import
java.util.Map
;
/**
* 服务实现类
...
...
@@ -30,4 +34,26 @@ public class JyjcInspectionApplicationPushLogServiceImpl extends BaseService<Jyj
public
List
<
JyjcInspectionApplicationPushLogModel
>
queryForJyjcInspectionApplicationPushLogList
()
{
return
this
.
queryForList
(
""
,
false
);
}
/**
* 记录日志
*
*
* @param params params
* @return {@link boolean}
* @author yangyang
* @throws
* @date 2023/12/15 15:53
*/
public
boolean
saveInspectionApplicationPushLog
(
Map
<
String
,
Object
>
params
)
{
JyjcInspectionApplicationModel
inspectionApplicationModel
=
(
JyjcInspectionApplicationModel
)
params
.
get
(
"inspectionApplication"
);
List
<
JyjcInspectionApplicationEquipModel
>
applicationEquipModels
=
(
List
<
JyjcInspectionApplicationEquipModel
>)
params
.
get
(
"applicationEquips"
);
JyjcInspectionApplicationPushLog
logEntity
=
new
JyjcInspectionApplicationPushLog
();
logEntity
.
setApplicationSeq
(
inspectionApplicationModel
.
getSequenceNbr
());
logEntity
.
setInspectionUnitCode
(
inspectionApplicationModel
.
getInspectionUnitCode
());
logEntity
.
setPushData
(
JSON
.
toJSONString
(
applicationEquipModels
));
logEntity
.
setPushStatus
(
"0"
);
return
this
.
save
(
logEntity
);
}
}
\ No newline at end of file
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/JyjcInspectionApplicationServiceImpl.java
View file @
22b32e40
This diff is collapsed.
Click to expand it.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/JyjcInspectionResultParamServiceImpl.java
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper
;
import
com.yeejoin.amos.boot.module.jyjc.api.common.StringUtil
;
import
com.yeejoin.amos.boot.module.jyjc.api.entity.JyjcInspectionResultParam
;
import
com.yeejoin.amos.boot.module.jyjc.api.mapper.JyjcInspectionResultParamMapper
;
import
com.yeejoin.amos.boot.module.jyjc.api.service.IJyjcInspectionResultParamService
;
import
com.yeejoin.amos.boot.module.jyjc.api.model.JyjcInspectionResultParamModel
;
import
com.yeejoin.amos.boot.module.jyjc.biz.utils.JsonUtils
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.core.io.Resource
;
import
org.springframework.util.ObjectUtils
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
org.springframework.stereotype.Service
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
java.util.ArrayList
;
import
java.util.List
;
import
java.util.Map
;
/**
* 检验结果技术参数表服务实现类
...
...
@@ -18,6 +26,10 @@ import java.util.List;
*/
@Service
public
class
JyjcInspectionResultParamServiceImpl
extends
BaseService
<
JyjcInspectionResultParamModel
,
JyjcInspectionResultParam
,
JyjcInspectionResultParamMapper
>
implements
IJyjcInspectionResultParamService
{
@Value
(
"classpath:/json/equipParam.json"
)
private
Resource
equipParam
;
/**
* 分页查询
*/
...
...
@@ -38,4 +50,14 @@ public class JyjcInspectionResultParamServiceImpl extends BaseService<JyjcInspec
wrapper
.
eq
(
JyjcInspectionResultParam:
:
getResultSeq
,
sequenceNbr
);
return
this
.
baseMapper
.
selectList
(
wrapper
);
}
@Override
public
List
<
Map
<
String
,
Object
>>
getParamByEquipTypeCode
(
String
equipTypeCode
)
{
List
<
Map
<
String
,
Object
>>
paramList
=
new
ArrayList
<>();
Map
<
String
,
List
<
Map
<
String
,
Object
>>>
paramJson
=
JsonUtils
.
getResourceJson
(
equipParam
);
if
(
StringUtil
.
isNotEmpty
(
equipTypeCode
))
{
paramList
=
ObjectUtils
.
isEmpty
(
paramJson
.
get
(
equipTypeCode
))
?
new
ArrayList
<>()
:
paramJson
.
get
(
equipTypeCode
);
}
return
paramList
;
}
}
\ No newline at end of file
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/JyjcInspectionResultServiceImpl.java
View file @
22b32e40
...
...
@@ -7,6 +7,8 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import
com.yeejoin.amos.boot.biz.common.bo.ReginParams
;
import
com.yeejoin.amos.boot.biz.common.utils.RedisKey
;
import
com.yeejoin.amos.boot.biz.common.utils.RedisUtils
;
import
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper
;
import
com.yeejoin.amos.boot.biz.common.utils.RedisUtils
;
import
com.yeejoin.amos.boot.module.jyjc.api.entity.JyjcInspectionResult
;
import
com.yeejoin.amos.boot.module.jyjc.api.entity.JyjcInspectionResultAttachment
;
import
com.yeejoin.amos.boot.module.jyjc.api.entity.JyjcInspectionResultParam
;
...
...
@@ -16,16 +18,28 @@ import com.yeejoin.amos.boot.module.jyjc.api.model.JyjcInspectionResultModel;
import
com.yeejoin.amos.boot.module.jyjc.api.service.IJyjcInspectionResultAttachmentService
;
import
com.yeejoin.amos.boot.module.jyjc.api.service.IJyjcInspectionResultParamService
;
import
com.yeejoin.amos.boot.module.jyjc.api.service.IJyjcInspectionResultService
;
import
com.yeejoin.amos.boot.module.jyjc.api.model.JyjcInspectionResultModel
;
import
com.yeejoin.amos.boot.module.jyjc.biz.utils.JsonUtils
;
import
com.yeejoin.amos.boot.module.ymt.api.entity.EquipmentCategory
;
import
com.yeejoin.amos.boot.module.ymt.api.enums.EquipmentClassifityEnum
;
import
com.yeejoin.amos.boot.module.ymt.api.mapper.EquipmentCategoryMapper
;
import
com.yeejoin.amos.boot.module.ymt.flc.api.feign.PrivilegeFeginService
;
import
com.yeejoin.amos.component.feign.model.FeignClientResult
;
import
org.springframework.beans.BeanUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.core.io.Resource
;
import
org.springframework.util.CollectionUtils
;
import
org.springframework.util.ObjectUtils
;
import
org.typroject.tyboot.core.foundation.context.RequestContext
;
import
org.typroject.tyboot.core.foundation.utils.ValidationUtil
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
java.util.HashMap
;
import
java.util.List
;
import
java.util.Map
;
import
java.util.*
;
import
java.util.stream.Collectors
;
/**
...
...
@@ -44,6 +58,12 @@ public class JyjcInspectionResultServiceImpl extends BaseService<JyjcInspectionR
private
IJyjcInspectionResultParamService
iJyjcInspectionResultParamService
;
@Autowired
EquipmentCategoryMapper
equipmentCategoryMapper
;
@Value
(
"classpath:/json/equipCategory.json"
)
private
Resource
equipCategory
;
@Autowired
JyjcInspectionResultMapper
resultMapper
;
@Autowired
...
...
@@ -123,4 +143,32 @@ public class JyjcInspectionResultServiceImpl extends BaseService<JyjcInspectionR
}
return
map
;
}
@Override
public
List
<
Map
<
String
,
Object
>>
equipList
(
String
type
,
String
notNode
)
{
List
<
Map
<
String
,
Object
>>
menus
=
new
ArrayList
<>();
Map
<
String
,
List
<
Map
<
String
,
Object
>>>
resourceJson
=
JsonUtils
.
getResourceJson
(
equipCategory
);
List
<
Map
<
String
,
Object
>>
mapList
;
if
(
ValidationUtil
.
isEmpty
(
type
))
{
mapList
=
resourceJson
.
get
(
EquipmentClassifityEnum
.
BDLS
.
getCode
());
}
else
{
mapList
=
resourceJson
.
get
(
type
);
}
mapList
.
stream
().
filter
(
map
->
{
if
(!
ObjectUtils
.
isEmpty
(
notNode
))
{
String
[]
code
=
notNode
.
split
(
","
);
List
<
String
>
codeList
=
Arrays
.
asList
(
code
);
return
!
codeList
.
contains
(
map
.
get
(
"code"
));
}
return
true
;
}).
forEach
(
obj
->
{
Map
<
String
,
Object
>
resultMap
=
new
HashMap
<>(
2
);
resultMap
.
put
(
"instanceName"
,
obj
.
get
(
"name"
));
resultMap
.
put
(
"instanceId"
,
obj
.
get
(
"code"
));
menus
.
add
(
resultMap
);
});
return
menus
;
}
}
\ No newline at end of file
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/JyjcOpeningApplicationServiceImpl.java
View file @
22b32e40
...
...
@@ -25,9 +25,11 @@ import com.yeejoin.amos.boot.module.ymt.api.dto.TzBaseUnitLicenceDto;
import
com.yeejoin.amos.boot.module.ymt.api.dto.TzsUserInfoDto
;
import
com.yeejoin.amos.boot.module.ymt.api.entity.TzBaseEnterpriseInfo
;
import
com.yeejoin.amos.boot.module.ymt.api.entity.TzsUserInfo
;
import
com.yeejoin.amos.boot.module.ymt.api.enums.ApplicationFormTypeEnum
;
import
com.yeejoin.amos.boot.module.ymt.api.mapper.TzBaseEnterpriseInfoMapper
;
import
com.yeejoin.amos.boot.module.ymt.api.mapper.TzBaseUnitLicenceMapper
;
import
com.yeejoin.amos.boot.module.ymt.api.mapper.TzsUserInfoMapper
;
import
com.yeejoin.amos.boot.module.ymt.api.service.ICreateCodeService
;
import
com.yeejoin.amos.component.feign.model.FeignClientResult
;
import
com.yeejoin.amos.feign.workflow.Workflow
;
import
com.yeejoin.amos.feign.workflow.model.ActWorkflowStartDTO
;
...
...
@@ -39,12 +41,15 @@ import org.apache.commons.lang3.StringUtils;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.transaction.annotation.Transactional
;
import
org.thymeleaf.expression.Ids
;
import
org.typroject.tyboot.core.foundation.context.RequestContext
;
import
org.typroject.tyboot.core.foundation.utils.Bean
;
import
org.typroject.tyboot.core.foundation.utils.ValidationUtil
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
org.springframework.stereotype.Service
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
org.typroject.tyboot.core.restful.exception.instance.BadRequest
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
javax.annotation.Resource
;
import
java.text.SimpleDateFormat
;
...
...
@@ -64,7 +69,8 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
@Autowired
CommonserviceImpl
commonserviceImpl
;
@Autowired
private
ICreateCodeService
createCodeService
;
@Autowired
JyjcOpeningApplicationMapper
jyjcOpeningApplicationMapper
;
...
...
@@ -95,7 +101,7 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
try
{
if
(
enableStartFlow
)
{
// 开启工作流 startProcess
String
instanceId
=
startFlow
();
String
instanceId
=
startFlow
(
"1"
);
JSONObject
dataObject
=
getTask
(
instanceId
);
JSONArray
executorArray
=
dataObject
.
getJSONObject
(
"nodeInfo"
).
getJSONArray
(
"executor"
);
if
(!
ValidationUtil
.
isEmpty
(
executorArray
))
{
...
...
@@ -119,7 +125,7 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
model
.
setUnitCode
(
companyBo
.
getCompanyCode
());
model
.
setUnitCode
(
"91611103MAC4Q1EG7B"
);
model
.
setUnitCodeName
(
companyBo
.
getCompanyName
());
model
.
setApplicationSeq
(
buildApplicationSeq
(
));
model
.
setApplicationSeq
(
createCodeService
.
createDeviceRegistrationCode
(
ApplicationFormTypeEnum
.
JY
.
getCode
()
));
return
this
.
createWithModel
(
model
);
}
else
{
return
this
.
updateWithModel
(
model
);
...
...
@@ -281,19 +287,21 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
return
jyjcOpeningApplicationModel
;
}
public
String
startFlow
()
throws
Exception
{
public
String
startFlow
(
String
businessKey
)
throws
Exception
{
// 重新开启工作流
ActWorkflowStartDTO
dto
=
new
ActWorkflowStartDTO
();
dto
.
setProcessDefinitionKey
(
processDefinitionKey
);
dto
.
setBusinessKey
(
"1"
);
AjaxResult
ajaxResult
=
Workflow
.
taskClient
.
startByVariable
(
dto
);
dto
.
setBusinessKey
(
StringUtils
.
defaultString
(
businessKey
,
"1"
));
// dto.setCompleteFirstTask(true);
FeignClientResult
ajaxResult
=
Workflow
.
taskV2Client
.
startByVariable
(
dto
);
// AjaxResult ajaxResult = Workflow.taskClient.startByVariable(dto);
if
(
log
.
isDebugEnabled
())
{
log
.
debug
(
"开启工作流结果:{}"
,
ajaxResult
);
}
if
(
ajaxResult
==
null
||
(
ajaxResult
.
get
(
AjaxResult
.
CODE_TAG
)
!=
null
&&
!
"200"
.
equals
(
ajaxResult
.
get
(
AjaxResult
.
CODE_TAG
).
toString
())
))
{
if
(
ajaxResult
==
null
||
200
!=
ajaxResult
.
getStatus
(
))
{
throw
new
BaseException
(
"开启工作流错误"
);
}
return
((
Map
)
ajaxResult
.
get
(
"data"
)).
get
(
"id"
).
toString
();
return
((
Map
)
ajaxResult
.
get
Result
(
)).
get
(
"id"
).
toString
();
}
/**
...
...
@@ -375,34 +383,34 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
dataObject
.
put
(
"nodeInfo"
,
nodeInfo
.
getResult
());
return
dataObject
;
}
/**
* JY+年(4位)+月(2位)+日(2位)+序列号(3位
*
* @param
* @return {@link java.lang.String}
* @throws
* @author yangyang
* @date 2023/12/13 22:30
*/
private
String
buildApplicationSeq
()
{
String
sdf
=
new
SimpleDateFormat
(
"yyyyMMdd"
).
format
(
new
Date
());
long
increment
=
redisUtils
.
incr
(
CommonConstants
.
OPEN_APPLICATION_SEQ_KEY
,
1
);
if
(
increment
==
0
)
{
redisUtils
.
expire
(
CommonConstants
.
OPEN_APPLICATION_SEQ_KEY
,
nextDay
());
}
return
CommonConstants
.
APPLICATION_SEQ_PREFIX
+
sdf
+
String
.
format
(
"%03d"
,
increment
);
}
private
long
nextDay
()
{
Calendar
calendar
=
Calendar
.
getInstance
();
calendar
.
set
(
Calendar
.
HOUR_OF_DAY
,
0
);
calendar
.
set
(
Calendar
.
MINUTE
,
0
);
calendar
.
set
(
Calendar
.
SECOND
,
0
);
calendar
.
set
(
Calendar
.
MILLISECOND
,
0
);
calendar
.
add
(
Calendar
.
DAY_OF_MONTH
,
1
);
return
(
calendar
.
getTimeInMillis
()
-
System
.
currentTimeMillis
())
/
1000
;
}
//
/
/ /
**
//
* JY+年(4位)+月(2位)+日(2位)+序列号(3位
//
*
//
* @param
//
* @return {@link java.lang.String}
//
* @throws
//
* @author yangyang
//
* @date 2023/12/13 22:30
//
*/
//
private String buildApplicationSeq() {
//
String sdf = new SimpleDateFormat("yyyyMMdd").format(new Date());
//
long increment = redisUtils.incr(CommonConstants.OPEN_APPLICATION_SEQ_KEY, 1);
//
if (increment == 0) {
//
redisUtils.expire(CommonConstants.OPEN_APPLICATION_SEQ_KEY, nextDay());
//
}
//
return CommonConstants.APPLICATION_SEQ_PREFIX + sdf + String.format("%03d", increment);
//
}
//
//
private long nextDay() {
//
Calendar calendar = Calendar.getInstance();
//
calendar.set(Calendar.HOUR_OF_DAY, 0);
//
calendar.set(Calendar.MINUTE, 0);
//
calendar.set(Calendar.SECOND, 0);
//
calendar.set(Calendar.MILLISECOND, 0);
//
calendar.add(Calendar.DAY_OF_MONTH, 1);
//
return (calendar.getTimeInMillis() - System.currentTimeMillis()) / 1000;
//
}
public
List
<
Map
<
String
,
Object
>>
selectForFlowStatusList
()
{
return
Arrays
.
stream
(
FlowStatusEnum
.
values
()).
map
(
this
::
mapPointTypeToMap
).
collect
(
Collectors
.
toList
());
...
...
@@ -415,4 +423,15 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
return
record
;
}
public
Boolean
deleteBatchByIds
(
List
<
Long
>
ids
){
List
<
JyjcOpeningApplication
>
jyjcOpeningApplicationList
=
jyjcOpeningApplicationMapper
.
selectList
(
new
QueryWrapper
<
JyjcOpeningApplication
>()
.
in
(
"sequence_nbr"
));
List
<
String
>
status
=
Arrays
.
asList
(
String
.
valueOf
(
FlowStatusEnum
.
ROLLBACK
.
getCode
()),
String
.
valueOf
(
FlowStatusEnum
.
REJECTED
.
getCode
()));
jyjcOpeningApplicationList
=
jyjcOpeningApplicationList
.
stream
().
filter
(
jyjcOpeningApplication
->!
status
.
contains
(
jyjcOpeningApplication
.
getStatus
())).
collect
(
Collectors
.
toList
());
if
(
jyjcOpeningApplicationList
.
isEmpty
()){
throw
new
BadRequest
(
"除撤回跟驳回的流程之外其余流程不可删除,请核对数据后重新提交!"
);
}
deleteBatchByIds
(
ids
);
return
true
;
}
}
\ No newline at end of file
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/WorkflowHelper.java
0 → 100644
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
biz
.
service
.
impl
;
import
com.alibaba.fastjson.JSON
;
import
com.alibaba.fastjson.JSONArray
;
import
com.alibaba.fastjson.JSONObject
;
import
com.yeejoin.amos.boot.module.jyjc.biz.feign.WorkflowFeignClient
;
import
com.yeejoin.amos.component.feign.model.FeignClientResult
;
import
com.yeejoin.amos.feign.workflow.Workflow
;
import
com.yeejoin.amos.feign.workflow.model.AjaxResult
;
import
lombok.extern.slf4j.Slf4j
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Component
;
import
org.typroject.tyboot.core.foundation.context.RequestContext
;
import
org.typroject.tyboot.core.foundation.utils.ValidationUtil
;
import
java.util.LinkedHashMap
;
import
java.util.Optional
;
import
java.util.stream.Collectors
;
/**
* <p>
* ProjectName: amos-boot-biz
* PackageName: com.yeejoin.amos.boot.module.jyjc.biz.service.impl
*
* @author yangyang
* @version v1.0
* @date 2023/12/15 15:46
*/
@Component
@Slf4j
public
class
WorkflowHelper
{
@Autowired
private
WorkflowFeignClient
workflowFeignClient
;
/**
* 获取工作流
*
*
* @param instanceId instanceId
* @return {@link JSONObject}
* @author yangyang
* @throws
* @date 2023/12/15 16:17
*/
public
JSONObject
getTask
(
String
instanceId
)
{
AjaxResult
ajaxResult
=
Workflow
.
taskClient
.
getTask
(
instanceId
);
JSONObject
dataObject
=
JSON
.
parseObject
(
JSON
.
toJSONString
(
ajaxResult
.
get
(
"data"
)));
String
taskId
=
dataObject
.
getString
(
"id"
);
// 工作流ID
FeignClientResult
<
JSONObject
>
nodeInfo
=
workflowFeignClient
.
getNodeInfotoken
(
RequestContext
.
getAppKey
(),
RequestContext
.
getProduct
(),
RequestContext
.
getToken
(),
taskId
);
dataObject
.
put
(
"nodeInfo"
,
nodeInfo
.
getResult
());
return
dataObject
;
}
public
String
getWorkflowStatus
(
JSONObject
dataObject
)
{
return
!
ValidationUtil
.
isEmpty
(
dataObject
)
&&
!
ValidationUtil
.
isEmpty
(
dataObject
.
get
(
"status"
))
?
String
.
valueOf
(
dataObject
.
get
(
"status"
))
:
""
;
}
public
String
getWorkflowRoleGroups
(
JSONObject
dataObject
)
{
JSONArray
executorArray
=
dataObject
.
getJSONObject
(
"nodeInfo"
).
getJSONArray
(
"executor"
);
if
(!
ValidationUtil
.
isEmpty
(
executorArray
))
{
return
executorArray
.
stream
().
map
(
json
->
Optional
.
ofNullable
(((
LinkedHashMap
)
json
).
get
(
"groupId"
)).
orElse
(
""
).
toString
()).
collect
(
Collectors
.
joining
(
","
));
}
return
null
;
}
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/handler/AbstractJyjcInspectionApplicationHandlerServiceImpl.java
0 → 100644
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
biz
.
service
.
impl
.
handler
;
import
com.yeejoin.amos.boot.module.jyjc.api.service.IJyjcInspectionApplicationHandlerService
;
import
com.yeejoin.amos.boot.module.jyjc.biz.service.impl.JyjcInspectionApplicationPushLogServiceImpl
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Component
;
import
java.util.Map
;
/**
* <p>
* ProjectName: amos-boot-biz
* PackageName: com.yeejoin.amos.boot.module.jyjc.biz.service.impl.handler
*
* @author yangyang
* @version v1.0
* @date 2023/12/15 16:12
*/
@Component
public
class
AbstractJyjcInspectionApplicationHandlerServiceImpl
implements
IJyjcInspectionApplicationHandlerService
{
@Autowired
private
JyjcInspectionApplicationPushLogServiceImpl
applicationPushLogService
;
@Override
public
String
type
()
{
return
"default"
;
}
@Override
public
boolean
notifyInspectionUnit
(
Map
<
String
,
Object
>
params
)
{
// push日志
applicationPushLogService
.
saveInspectionApplicationPushLog
(
params
);
return
true
;
}
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/handler/DetectionInspectionApplicationHandlerServiceImpl.java
0 → 100644
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
biz
.
service
.
impl
.
handler
;
import
com.yeejoin.amos.boot.module.jyjc.api.enums.BizTypeEnum
;
import
org.springframework.stereotype.Component
;
import
java.util.Map
;
/**
* 检测
* <p>
* ProjectName: amos-boot-biz
* PackageName: com.yeejoin.amos.boot.module.jyjc.biz.service.impl.handler
*
* @author yangyang
* @version v1.0
* @date 2023/12/15 16:32
*/
@Component
public
class
DetectionInspectionApplicationHandlerServiceImpl
extends
AbstractJyjcInspectionApplicationHandlerServiceImpl
{
@Override
public
String
type
()
{
return
BizTypeEnum
.
DETECTION
.
getCode
();
}
@Override
public
boolean
notifyInspectionUnit
(
Map
<
String
,
Object
>
params
)
{
super
.
notifyInspectionUnit
(
params
);
// todo
return
true
;
}
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/handler/FirstInspectionApplicationHandlerServiceImpl.java
0 → 100644
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
biz
.
service
.
impl
.
handler
;
import
com.yeejoin.amos.boot.module.jyjc.api.enums.BizTypeEnum
;
import
org.springframework.stereotype.Component
;
import
java.util.Map
;
/**
* 定检
* <p>
* ProjectName: amos-boot-biz
* PackageName: com.yeejoin.amos.boot.module.jyjc.biz.service.impl.handler
*
* @author yangyang
* @version v1.0
* @date 2023/12/15 16:32
*/
@Component
public
class
FirstInspectionApplicationHandlerServiceImpl
extends
AbstractJyjcInspectionApplicationHandlerServiceImpl
{
@Override
public
String
type
()
{
return
BizTypeEnum
.
FIRST_INSPECTION
.
getCode
();
}
@Override
public
boolean
notifyInspectionUnit
(
Map
<
String
,
Object
>
params
)
{
super
.
notifyInspectionUnit
(
params
);
// todo
return
true
;
}
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/handler/JyjcInspectionApplicationHandlerFactory.java
0 → 100644
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
biz
.
service
.
impl
.
handler
;
import
com.yeejoin.amos.boot.module.jyjc.api.service.IJyjcInspectionApplicationHandlerService
;
import
org.springframework.beans.BeansException
;
import
org.springframework.context.ApplicationContext
;
import
org.springframework.context.ApplicationContextAware
;
import
org.springframework.stereotype.Service
;
import
java.util.HashMap
;
import
java.util.Map
;
import
java.util.Objects
;
/**
* @author yangyang
* @version v1.0
* @date 2023/11/8 15:10
*/
@Service
public
class
JyjcInspectionApplicationHandlerFactory
implements
ApplicationContextAware
{
private
static
final
Map
<
String
,
IJyjcInspectionApplicationHandlerService
>
SERVICE_POOL
=
new
HashMap
<>(
12
);
@Override
public
void
setApplicationContext
(
ApplicationContext
applicationContext
)
throws
BeansException
{
applicationContext
.
getBeansOfType
(
IJyjcInspectionApplicationHandlerService
.
class
).
forEach
((
beanName
,
bean
)
->
SERVICE_POOL
.
put
(
bean
.
type
(),
bean
));
}
public
static
IJyjcInspectionApplicationHandlerService
apply
(
String
type
)
{
IJyjcInspectionApplicationHandlerService
objectSceneService
=
SERVICE_POOL
.
get
(
type
);
if
(
Objects
.
isNull
(
objectSceneService
))
{
throw
new
IllegalArgumentException
(
"SERVICE_POOL type: "
+
type
+
" is not found !"
);
}
return
objectSceneService
;
}
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/handler/SuperviseInspectionApplicationHandlerServiceImpl.java
0 → 100644
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
biz
.
service
.
impl
.
handler
;
import
com.yeejoin.amos.boot.module.jyjc.api.enums.BizTypeEnum
;
import
org.springframework.stereotype.Component
;
import
java.util.Map
;
/**
* 监督检验
*
* <p>
* ProjectName: amos-boot-biz
* PackageName: com.yeejoin.amos.boot.module.jyjc.biz.service.impl.handler
*
* @author yangyang
* @version v1.0
* @date 2023/12/15 16:32
*/
@Component
public
class
SuperviseInspectionApplicationHandlerServiceImpl
extends
AbstractJyjcInspectionApplicationHandlerServiceImpl
{
@Override
public
String
type
()
{
return
BizTypeEnum
.
SUPERVISE
.
getCode
();
}
@Override
public
boolean
notifyInspectionUnit
(
Map
<
String
,
Object
>
params
)
{
super
.
notifyInspectionUnit
(
params
);
// todo
return
true
;
}
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/utils/JsonUtils.java
0 → 100644
View file @
22b32e40
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jyjc
.
biz
.
utils
;
import
com.alibaba.fastjson.JSONObject
;
import
org.apache.commons.io.IOUtils
;
import
org.springframework.core.io.Resource
;
import
java.io.IOException
;
import
java.nio.charset.StandardCharsets
;
import
java.util.Map
;
public
class
JsonUtils
{
//将json文件转化为Map<list<Map<>>>
public
static
Map
getResourceJson
(
Resource
resource
)
{
String
json
=
null
;
try
{
json
=
IOUtils
.
toString
(
resource
.
getInputStream
(),
String
.
valueOf
(
StandardCharsets
.
UTF_8
));
}
catch
(
IOException
e
)
{
throw
new
RuntimeException
(
resource
+
"json文件转化失败"
);
}
return
JSONObject
.
parseObject
(
json
,
Map
.
class
);
}
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/resources/json/equipCategory.json
0 → 100644
View file @
22b32e40
{
"eightCategory"
:
[
{
"name"
:
"电梯"
,
"code"
:
"3000"
,
"image"
:
"upload/tzs/common/image/总览电梯.png"
,
"waitClaim"
:
"0"
,
"alreadyClaim"
:
"0"
,
"refuseClaim"
:
"0"
,
"sum"
:
"0"
,
"type"
:
"elevator"
},
{
"name"
:
"起重机械"
,
"code"
:
"4000"
,
"image"
:
"upload/tzs/common/image/总览起重机械.png"
,
"waitClaim"
:
"0"
,
"alreadyClaim"
:
"0"
,
"refuseClaim"
:
"0"
,
"sum"
:
"0"
,
"type"
:
"lifting"
},
{
"name"
:
"场内机动车辆"
,
"code"
:
"5000"
,
"image"
:
"upload/tzs/common/image/总览厂车.png"
,
"waitClaim"
:
"0"
,
"alreadyClaim"
:
"0"
,
"refuseClaim"
:
"0"
,
"sum"
:
"0"
,
"type"
:
"vehicle"
},
{
"name"
:
"锅炉"
,
"code"
:
"1000"
,
"image"
:
"upload/tzs/common/image/总览锅炉.png"
,
"waitClaim"
:
"0"
,
"alreadyClaim"
:
"0"
,
"refuseClaim"
:
"0"
,
"sum"
:
"0"
,
"type"
:
"boiler"
},
{
"name"
:
"压力容器"
,
"code"
:
"2000"
,
"image"
:
"upload/tzs/common/image/总览压力容器.png"
,
"waitClaim"
:
"0"
,
"alreadyClaim"
:
"0"
,
"refuseClaim"
:
"0"
,
"sum"
:
"0"
,
"type"
:
"vessel"
},
{
"name"
:
"压力管道"
,
"code"
:
"8000"
,
"image"
:
"upload/tzs/common/image/总览压力管道.png"
,
"waitClaim"
:
"0"
,
"alreadyClaim"
:
"0"
,
"refuseClaim"
:
"0"
,
"sum"
:
"0"
,
"type"
:
"pipeline"
},
{
"name"
:
"大型游乐设施"
,
"code"
:
"6000"
,
"image"
:
"upload/tzs/common/image/总览游乐设施.png"
,
"waitClaim"
:
"0"
,
"alreadyClaim"
:
"0"
,
"refuseClaim"
:
"0"
,
"sum"
:
"0"
,
"type"
:
"rides"
},
{
"name"
:
"客运索道"
,
"code"
:
"9000"
,
"image"
:
"upload/tzs/common/image/总览索道.png"
,
"waitClaim"
:
"0"
,
"alreadyClaim"
:
"0"
,
"refuseClaim"
:
"0"
,
"sum"
:
"0"
,
"type"
:
"ropeway"
}
],
"other"
:
[
{
"name"
:
"电梯"
,
"code"
:
"3000"
},
{
"name"
:
"起重机械"
,
"code"
:
"4000"
},
{
"name"
:
"场内机动车辆"
,
"code"
:
"5000"
},
{
"name"
:
"锅炉"
,
"code"
:
"1000"
},
{
"name"
:
"压力容器"
,
"code"
:
"2000"
},
{
"name"
:
"压力管道"
,
"code"
:
"8000"
},
{
"name"
:
"大型游乐设施"
,
"code"
:
"6000"
},
{
"name"
:
"客运索道"
,
"code"
:
"9000"
}
]
}
\ No newline at end of file
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/resources/json/equipParam.json
0 → 100644
View file @
22b32e40
{
"3000"
:
[
{
"label"
:
"使用年限"
,
"key"
:
"synx"
,
"type"
:
"input"
},
{
"label"
:
"控制方式"
,
"key"
:
"kzfs"
,
"type"
:
"select"
,
"data"
:
[
{
"name"
:
"选项1"
,
"value"
:
"1"
},
{
"name"
:
"选项1"
,
"value"
:
"1"
}
]
}
],
"4000"
:
[
{
"label"
:
"使用年限4000"
,
"key"
:
"synx"
,
"type"
:
"input"
}
]
}
\ No newline at end of file
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/enums/ApplicationFormTypeEnum.java
View file @
22b32e40
...
...
@@ -16,6 +16,7 @@ public enum ApplicationFormTypeEnum {
*/
GZ
(
"GZ"
),
JY
(
"JY"
),
JG
(
"JG"
),
// 检验结果
WB
(
"WB"
),
SY
(
"SY"
);
...
...
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