Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
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
fangxinjiang
yifu-mvp
Commits
dc47c17b
Commit
dc47c17b
authored
Dec 25, 2025
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
户及户基数调整-fxj
parent
0d7d0348
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
SysBaseSetInfoServiceImpl.java
...1/yifu/social/service/impl/SysBaseSetInfoServiceImpl.java
+3
-3
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/SysBaseSetInfoServiceImpl.java
View file @
dc47c17b
...
@@ -1448,9 +1448,9 @@ public class SysBaseSetInfoServiceImpl extends ServiceImpl<SysBaseSetInfoMapper,
...
@@ -1448,9 +1448,9 @@ public class SysBaseSetInfoServiceImpl extends ServiceImpl<SysBaseSetInfoMapper,
for
(
SysBaseSetInfo
sysBaseSetInfo
:
sysBaseSetInfos
){
for
(
SysBaseSetInfo
sysBaseSetInfo
:
sysBaseSetInfos
){
old
=
new
SysBaseSetInfo
();
old
=
new
SysBaseSetInfo
();
BeanUtil
.
copyProperties
(
sysBaseSetInfo
,
old
);
BeanUtil
.
copyProperties
(
sysBaseSetInfo
,
old
);
old
.
setTown
(
Common
.
isEmpty
(
town
)?
null
:
Integer
.
valueOf
(
town
));
old
.
setTown
(
Common
.
isEmpty
(
old
.
getTown
())?
null
:
Integer
.
valueOf
(
old
.
getTown
()
));
old
.
setCity
(
Common
.
isEmpty
(
city
)?
null
:
Integer
.
valueOf
(
city
));
old
.
setCity
(
Common
.
isEmpty
(
old
.
getCity
())?
null
:
Integer
.
valueOf
(
old
.
getCity
()
));
old
.
setProvince
(
Common
.
isEmpty
(
province
)?
null
:
Integer
.
valueOf
(
province
));
old
.
setProvince
(
Common
.
isEmpty
(
old
.
getProvince
())?
null
:
Integer
.
valueOf
(
old
.
getProvince
()
));
sysBaseSetInfo
.
setProvince
(
Common
.
isEmpty
(
province
)
?
null
:
Integer
.
valueOf
(
province
));
sysBaseSetInfo
.
setProvince
(
Common
.
isEmpty
(
province
)
?
null
:
Integer
.
valueOf
(
province
));
sysBaseSetInfo
.
setCity
(
Common
.
isEmpty
(
city
)?
null
:
Integer
.
valueOf
(
city
));
sysBaseSetInfo
.
setCity
(
Common
.
isEmpty
(
city
)?
null
:
Integer
.
valueOf
(
city
));
sysBaseSetInfo
.
setTown
(
Common
.
isEmpty
(
town
)?
null
:
Integer
.
valueOf
(
town
));
sysBaseSetInfo
.
setTown
(
Common
.
isEmpty
(
town
)?
null
:
Integer
.
valueOf
(
town
));
...
...
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