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
aa2e27a0
Commit
aa2e27a0
authored
Jul 15, 2025
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):暂存功能问题处理
parent
5e52fc76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
InstallNoticeStrategyHandler.java
.../biz/handler/toBeSubmit/InstallNoticeStrategyHandler.java
+1
-0
RegistrationReformStrategyHandler.java
...handler/toBeSubmit/RegistrationReformStrategyHandler.java
+5
-1
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/handler/toBeSubmit/InstallNoticeStrategyHandler.java
View file @
aa2e27a0
...
@@ -27,6 +27,7 @@ public class InstallNoticeStrategyHandler implements ToBeSubmitDetailStrategy {
...
@@ -27,6 +27,7 @@ public class InstallNoticeStrategyHandler implements ToBeSubmitDetailStrategy {
basic
.
put
(
"receiveOrgCreditCode"
,
installationInfo
.
get
(
"receiveOrgCreditCode"
));
basic
.
put
(
"receiveOrgCreditCode"
,
installationInfo
.
get
(
"receiveOrgCreditCode"
));
basic
.
put
(
"code"
,
installationInfo
.
get
(
"equListCode"
));
basic
.
put
(
"code"
,
installationInfo
.
get
(
"equListCode"
));
basic
.
put
(
"equCategory"
,
installationInfo
.
get
(
"equCategoryCode"
));
basic
.
put
(
"equCategory"
,
installationInfo
.
get
(
"equCategoryCode"
));
installationInfo
.
put
(
"equCategory"
,
installationInfo
.
get
(
"equCategoryCode"
));
Map
<
String
,
Map
<
String
,
Object
>>
result
=
new
HashMap
<>();
Map
<
String
,
Map
<
String
,
Object
>>
result
=
new
HashMap
<>();
result
.
put
(
"notice"
,
installationInfo
);
result
.
put
(
"notice"
,
installationInfo
);
result
.
put
(
"basic"
,
basic
);
result
.
put
(
"basic"
,
basic
);
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/handler/toBeSubmit/RegistrationReformStrategyHandler.java
View file @
aa2e27a0
...
@@ -25,10 +25,14 @@ public class RegistrationReformStrategyHandler implements ToBeSubmitDetailStrate
...
@@ -25,10 +25,14 @@ public class RegistrationReformStrategyHandler implements ToBeSubmitDetailStrate
basic
.
put
(
"receiveOrgCreditCode1"
,
notice
.
get
(
"receiveCompanyCode"
));
basic
.
put
(
"receiveOrgCreditCode1"
,
notice
.
get
(
"receiveCompanyCode"
));
basic
.
put
(
"businessScenarios"
,
"0"
);
basic
.
put
(
"businessScenarios"
,
"0"
);
basic
.
put
(
"code"
,
notice
.
get
(
"EQU_LIST_CODE"
));
basic
.
put
(
"code"
,
notice
.
get
(
"EQU_LIST_CODE"
));
Map
<
String
,
Object
>
responseDetail
=
(
Map
<
String
,
Object
>)
notice
.
get
(
"responseDetail"
);
if
(
responseDetail
!=
null
)
{
responseDetail
.
put
(
"techInfo"
,
notice
.
get
(
"techInfo"
));
}
notice
.
put
(
"responseDetail"
,
responseDetail
);
Map
<
String
,
Map
<
String
,
Object
>>
result
=
new
HashMap
<>();
Map
<
String
,
Map
<
String
,
Object
>>
result
=
new
HashMap
<>();
result
.
put
(
"notice"
,
notice
);
result
.
put
(
"notice"
,
notice
);
result
.
put
(
"basic"
,
basic
);
result
.
put
(
"basic"
,
basic
);
result
.
put
(
"techInfo"
,
(
Map
<
String
,
Object
>)
notice
.
get
(
"techInfo"
));
useRegFormUpload
.
put
(
"uploadMode"
,
notice
.
get
(
"uploadMode"
));
useRegFormUpload
.
put
(
"uploadMode"
,
notice
.
get
(
"uploadMode"
));
useRegFormUpload
.
put
(
"useRegistrationFormUrl"
,
notice
.
get
(
"useRegistrationFormUrl"
));
useRegFormUpload
.
put
(
"useRegistrationFormUrl"
,
notice
.
get
(
"useRegistrationFormUrl"
));
useRegFormUpload
.
put
(
"applicationFormFileUrl"
,
notice
.
get
(
"applicationFormFileUrl"
));
useRegFormUpload
.
put
(
"applicationFormFileUrl"
,
notice
.
get
(
"applicationFormFileUrl"
));
...
...
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