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
abf6d7ef
Commit
abf6d7ef
authored
Mar 11, 2025
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):idx_biz_jg_other_info字段调整
parent
f92324dc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
17 deletions
+4
-17
JgUseRegistrationServiceImpl.java
...ule/jg/biz/service/impl/JgUseRegistrationServiceImpl.java
+2
-2
IdxBizJgOtherInfo.java
...in/amos/boot/module/ymt/api/entity/IdxBizJgOtherInfo.java
+1
-8
OtherInfo.java
...om/yeejoin/amos/boot/module/ymt/api/entity/OtherInfo.java
+1
-7
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/JgUseRegistrationServiceImpl.java
View file @
abf6d7ef
...
...
@@ -2683,14 +2683,14 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
records
.
add
(
record
);
});
LambdaQueryWrapper
<
IdxBizJgOtherInfo
>
wrapper
=
new
LambdaQueryWrapper
<>();
wrapper
.
select
(
IdxBizJgOtherInfo:
:
getRecord
,
IdxBizJgOtherInfo:
:
getInformationSituation
,
IdxBizJgOtherInfo:
:
getInformation
SituationRemark
);
wrapper
.
select
(
IdxBizJgOtherInfo:
:
getRecord
,
IdxBizJgOtherInfo:
:
getInformationSituation
,
IdxBizJgOtherInfo:
:
getInformation
ManageCode
);
wrapper
.
in
(
IdxBizJgOtherInfo:
:
getRecord
,
records
);
List
<
IdxBizJgOtherInfo
>
jgOtherInfos
=
otherInfoMapper
.
selectList
(
wrapper
);
return
jgOtherInfos
.
stream
()
.
collect
(
Collectors
.
toMap
(
IdxBizJgOtherInfo:
:
getRecord
,
other
->
"3"
.
equals
(
other
.
getInformationSituation
())
?
other
.
getInformation
SituationRemark
()
?
other
.
getInformation
ManageCode
()
:
InformationManageTypeEnum
.
getName
(
other
.
getInformationSituation
()),
(
oldVal
,
newVal
)
->
newVal
));
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/IdxBizJgOtherInfo.java
View file @
abf6d7ef
...
...
@@ -118,14 +118,7 @@ public class IdxBizJgOtherInfo extends TzsBaseEntity {
private
String
informationSituation
;
/**
* 信息化管理情况为3(其他)时填写的说明
*/
@TableField
(
value
=
"\"INFORMATION_SITUATION_REMARK\""
)
private
String
informationSituationRemark
;
/**
* 信息化管理二维码或者电子标签编号
* 信息化管理二维码或者电子标签编号或者信息化管理情况为【其他】时候的具体说明
*/
@TableField
(
value
=
"\"INFORMATION_MANAGE_CODE\""
)
private
String
informationManageCode
;
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/OtherInfo.java
View file @
abf6d7ef
...
...
@@ -70,15 +70,9 @@ public class OtherInfo extends AbstractEquipBaseEntity {
@TableField
(
value
=
"\"INFORMATION_SITUATION\""
)
private
String
informationSituation
;
/**
* 信息化管理情况为3(其他)时填写的说明
*/
@TableField
(
value
=
"\"INFORMATION_SITUATION_REMARK\""
)
private
String
informationSituationRemark
;
/**
* 信息化管理二维码或者电子标签编号
* 信息化管理二维码或者电子标签编号
或者信息化管理情况为【其他】时候的具体说明
*/
@TableField
(
value
=
"\"INFORMATION_MANAGE_CODE\""
)
private
String
informationManageCode
;
...
...
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