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
b1ccdafd
Commit
b1ccdafd
authored
Jul 16, 2024
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注销、报废生成申请单编号前缀修改
parent
9d61e0bd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
CommonServiceImpl.java
...os/boot/module/jg/biz/service/impl/CommonServiceImpl.java
+1
-1
JgScrapCancelServiceImpl.java
.../module/jg/biz/service/impl/JgScrapCancelServiceImpl.java
+2
-2
ApplicationFormTypeEnum.java
...os/boot/module/ymt/api/enums/ApplicationFormTypeEnum.java
+2
-2
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/CommonServiceImpl.java
View file @
b1ccdafd
...
...
@@ -1210,7 +1210,7 @@ public class CommonServiceImpl implements ICommonService {
JSONObject
jsonObject
=
(
JSONObject
)
JSONObject
.
toJSON
(
jgEquipTransferDto
);
jsonObject
.
put
(
"businessCode"
,
type
);
return
jgEquipTransferServiceImpl
.
saveTransfer
(
submitType
,
jsonObject
,
reginParams
);
}
else
if
(
type
.
contains
(
ApplicationFormTypeEnum
.
YZBF
.
getBusinessCode
())
||
type
.
contains
(
ApplicationFormTypeEnum
.
ZX
BF
.
getBusinessCode
()))
{
}
else
if
(
type
.
contains
(
ApplicationFormTypeEnum
.
ZX
.
getBusinessCode
())
||
type
.
contains
(
ApplicationFormTypeEnum
.
BF
.
getBusinessCode
()))
{
noticeObj
.
put
(
"cancelType"
,
type
.
equals
(
"BF_ZX"
)
?
"1"
:
"2"
);
noticeObj
.
put
(
"receiveOrgCreditCode"
,
!
ObjectUtils
.
isEmpty
(
basicObj
.
get
(
"receiveOrgCreditCode"
))
?
String
.
valueOf
(
basicObj
.
get
(
"receiveOrgCreditCode"
))
:
String
.
valueOf
(
basicObj
.
get
(
"receiveOrgCreditCode1"
)));
provideMap
.
put
(
SBZX_PAGE_ID
,
noticeObj
);
...
...
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/JgScrapCancelServiceImpl.java
View file @
b1ccdafd
...
...
@@ -189,11 +189,11 @@ public class JgScrapCancelServiceImpl extends BaseService<JgScrapCancelDto, JgSc
model
.
setReceiveOrgName
(
receiveOrg
[
1
]);
// 字段转换
convertField
(
model
);
// 获取告知单号
TODO 待修改 bug
// 获取告知单号
调整之前YZBF为ZX,
ResponseModel
<
List
<
String
>>
listResponseModel
=
tzsServiceFeignClient
.
applicationFormCode
(
ApplicationFormTypeEnum
.
getCode
.
get
(
String
.
valueOf
(
noticeParams
.
get
(
"businessCode"
))),
1
);
if
(!
ObjectUtils
.
isEmpty
(
listResponseModel
)
&&
listResponseModel
.
getStatus
()
!=
HttpStatus
.
OK
.
value
())
{
log
.
error
(
" 获取告知单号失败"
);
throw
new
RuntimeException
(
);
throw
new
BadRequest
(
"获取告知单号失败"
);
}
String
instanceId
=
""
;
...
...
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 @
b1ccdafd
...
...
@@ -30,8 +30,8 @@ public enum ApplicationFormTypeEnum {
DWBG
(
"DWBG"
,
"DJ_DW"
),
//单位变更登记
JY
(
"JY"
,
""
),
JG
(
"JG"
,
""
),
// 检验结果
YZBF
(
"YZBF
"
,
"BF_YZ"
),
//电梯(设备)移装注销
ZXBF
(
"ZX
BF"
,
"BF_ZX"
),
//电梯(设备)报废注销
ZX
(
"ZX
"
,
"BF_YZ"
),
//电梯(设备)移装注销
BF
(
"
BF"
,
"BF_ZX"
),
//电梯(设备)报废注销
GMBG
(
"GMBG"
,
"DJ_GM"
),
//更名变更
SBQY
(
"SBQY"
,
"SB_QY"
),
//设备启用
SBTY
(
"SBTY"
,
"SB_TY"
);
//设备启用
...
...
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