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
9073bf39
Commit
9073bf39
authored
Jan 23, 2024
by
zhangsen
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register
parents
facdd32b
8f2b35b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
JgScrapCancelServiceImpl.java
.../module/jg/biz/service/impl/JgScrapCancelServiceImpl.java
+1
-0
JyjcOpeningApplicationServiceImpl.java
...c/biz/service/impl/JyjcOpeningApplicationServiceImpl.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/JgScrapCancelServiceImpl.java
View file @
9073bf39
...
@@ -526,6 +526,7 @@ public class JgScrapCancelServiceImpl extends BaseService<JgScrapCancelDto, JgSc
...
@@ -526,6 +526,7 @@ public class JgScrapCancelServiceImpl extends BaseService<JgScrapCancelDto, JgSc
String
equList
=
String
.
valueOf
(
detailFieldCamelCaseByRecord
.
getOrDefault
(
"equList"
,
""
));
String
equList
=
String
.
valueOf
(
detailFieldCamelCaseByRecord
.
getOrDefault
(
"equList"
,
""
));
BeanUtil
.
copyProperties
(
installationInfo
,
detailFieldCamelCaseByRecord
);
BeanUtil
.
copyProperties
(
installationInfo
,
detailFieldCamelCaseByRecord
);
detailFieldCamelCaseByRecord
.
put
(
"equList"
,
equList
);
detailFieldCamelCaseByRecord
.
put
(
"equList"
,
equList
);
detailFieldCamelCaseByRecord
.
put
(
"EQU_LIST_CODE"
,
equList
);
return
new
HashMap
<
String
,
Object
>()
{{
return
new
HashMap
<
String
,
Object
>()
{{
this
.
put
(
PAGE_KEY
,
detailFieldCamelCaseByRecord
);
this
.
put
(
PAGE_KEY
,
detailFieldCamelCaseByRecord
);
}};
}};
...
...
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 @
9073bf39
...
@@ -399,6 +399,7 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
...
@@ -399,6 +399,7 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
unitCode
=
jyjcOpeningApplicationModel
.
getUnitCode
();
unitCode
=
jyjcOpeningApplicationModel
.
getUnitCode
();
}
else
{
}
else
{
jyjcOpeningApplicationModel
=
new
JyjcOpeningApplicationModel
();
jyjcOpeningApplicationModel
=
new
JyjcOpeningApplicationModel
();
jyjcOpeningApplicationModel
.
setResultType
(
"input"
);
unitCode
=
reginParams
.
getCompany
().
getCompanyCode
();
unitCode
=
reginParams
.
getCompany
().
getCompanyCode
();
}
}
QueryWrapper
enterpriseInfoQueryWrapper
=
new
QueryWrapper
<>();
QueryWrapper
enterpriseInfoQueryWrapper
=
new
QueryWrapper
<>();
...
...
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