记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
2b043f16
Commit
2b043f16
authored
Nov 19, 2021
by
Tice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
3699ef4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
MerchantStationsServiceImpl.java
...ce/merchant/service/impl/MerchantStationsServiceImpl.java
+13
-0
No files found.
liquidnet-bus-service/liquidnet-service-merchant/liquidnet-service-merchant-impl/src/main/java/com/liquidnet/service/merchant/service/impl/MerchantStationsServiceImpl.java
View file @
2b043f16
package
com
.
liquidnet
.
service
.
merchant
.
service
.
impl
;
package
com
.
liquidnet
.
service
.
merchant
.
service
.
impl
;
import
com.liquidnet.commons.lang.util.DateUtil
;
import
com.liquidnet.service.merchant.dto.vo.MerchantFieldAppliesVo
;
import
com.liquidnet.service.merchant.dto.vo.MerchantFieldAppliesVo
;
import
com.liquidnet.service.merchant.dto.vo.MerchantSponsorAppliesVo
;
import
com.liquidnet.service.merchant.dto.vo.MerchantSponsorAppliesVo
;
import
com.liquidnet.service.merchant.dto.vo.MerchantStationsVo
;
import
com.liquidnet.service.merchant.dto.vo.MerchantStationsVo
;
...
@@ -11,6 +12,7 @@ import org.springframework.beans.factory.annotation.Autowired;
...
@@ -11,6 +12,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
org.springframework.util.CollectionUtils
;
import
org.springframework.util.CollectionUtils
;
import
java.time.format.DateTimeFormatter
;
import
java.util.Comparator
;
import
java.util.Comparator
;
import
java.util.List
;
import
java.util.List
;
...
@@ -41,6 +43,16 @@ public class MerchantStationsServiceImpl implements IMerchantStationsService {
...
@@ -41,6 +43,16 @@ public class MerchantStationsServiceImpl implements IMerchantStationsService {
appliesVo
.
setBackground
(
fieldAppliesVo
.
getBackground
());
appliesVo
.
setBackground
(
fieldAppliesVo
.
getBackground
());
appliesVo
.
setDescription
(
fieldAppliesVo
.
getDescription
());
appliesVo
.
setDescription
(
fieldAppliesVo
.
getDescription
());
appliesVo
.
setBuiltDate
(
fieldAppliesVo
.
getBuiltDate
());
appliesVo
.
setBuiltDate
(
fieldAppliesVo
.
getBuiltDate
());
appliesVo
.
setProvinceId
(
fieldAppliesVo
.
getProvinceId
());
appliesVo
.
setProvinceName
(
fieldAppliesVo
.
getProvinceName
());
appliesVo
.
setCityId
(
fieldAppliesVo
.
getCityId
());
appliesVo
.
setCityName
(
fieldAppliesVo
.
getCityName
());
appliesVo
.
setDistrictId
(
fieldAppliesVo
.
getDistrictId
());
appliesVo
.
setDistrictName
(
fieldAppliesVo
.
getDistrictName
());
appliesVo
.
setAddress
(
fieldAppliesVo
.
getAddress
());
appliesVo
.
setLongitude
(
fieldAppliesVo
.
getLongitude
());
appliesVo
.
setLatitude
(
fieldAppliesVo
.
getLatitude
());
appliesVo
.
setBuiltDate
(
fieldAppliesVo
.
getBuiltDate
());
appliesVo
.
setCreatedAt
(
fieldAppliesVo
.
getCreatedAt
());
appliesVo
.
setCreatedAt
(
fieldAppliesVo
.
getCreatedAt
());
appliesVo
.
setUpdatedAt
(
fieldAppliesVo
.
getUpdatedAt
());
appliesVo
.
setUpdatedAt
(
fieldAppliesVo
.
getUpdatedAt
());
appliesVo
.
setDeletedAt
(
fieldAppliesVo
.
getDeletedAt
());
appliesVo
.
setDeletedAt
(
fieldAppliesVo
.
getDeletedAt
());
...
@@ -64,6 +76,7 @@ public class MerchantStationsServiceImpl implements IMerchantStationsService {
...
@@ -64,6 +76,7 @@ public class MerchantStationsServiceImpl implements IMerchantStationsService {
appliesVo
.
setApplyType
(
sponsorAppliesVo
.
getApplyType
());
appliesVo
.
setApplyType
(
sponsorAppliesVo
.
getApplyType
());
appliesVo
.
setReject
(
sponsorAppliesVo
.
getReject
());
appliesVo
.
setReject
(
sponsorAppliesVo
.
getReject
());
appliesVo
.
setUid
(
sponsorAppliesVo
.
getUid
());
appliesVo
.
setUid
(
sponsorAppliesVo
.
getUid
());
appliesVo
.
setSponsorId
(
sponsorAppliesVo
.
getSponsorId
());
appliesVo
.
setName
(
sponsorAppliesVo
.
getName
());
appliesVo
.
setName
(
sponsorAppliesVo
.
getName
());
appliesVo
.
setLogo
(
sponsorAppliesVo
.
getLogo
());
appliesVo
.
setLogo
(
sponsorAppliesVo
.
getLogo
());
appliesVo
.
setBackground
(
sponsorAppliesVo
.
getBackground
());
appliesVo
.
setBackground
(
sponsorAppliesVo
.
getBackground
());
...
...
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