mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-29 11:38:04 +08:00
update
This commit is contained in:
@@ -258,8 +258,6 @@ public class PileStationInfoServiceImpl implements IPileStationInfoService {
|
|||||||
PileStationInfo queryStationInfo = selectPileStationInfoById(pileStationInfo.getId());
|
PileStationInfo queryStationInfo = selectPileStationInfoById(pileStationInfo.getId());
|
||||||
String oldMerchantId = String.valueOf(queryStationInfo.getMerchantId());
|
String oldMerchantId = String.valueOf(queryStationInfo.getMerchantId());
|
||||||
String newMerchantId = String.valueOf(pileStationInfo.getMerchantId());
|
String newMerchantId = String.valueOf(pileStationInfo.getMerchantId());
|
||||||
if (!StringUtils.equals("null", newMerchantId)) {
|
|
||||||
|
|
||||||
// 对比一下运营商有没有变化
|
// 对比一下运营商有没有变化
|
||||||
if (!StringUtils.equals(oldMerchantId, newMerchantId)) {
|
if (!StringUtils.equals(oldMerchantId, newMerchantId)) {
|
||||||
// 新旧运营商不一致,执行站点更换运营商逻辑
|
// 新旧运营商不一致,执行站点更换运营商逻辑
|
||||||
@@ -285,8 +283,6 @@ public class PileStationInfoServiceImpl implements IPileStationInfoService {
|
|||||||
redisCache.deleteObject(redisKey);
|
redisCache.deleteObject(redisKey);
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 充电站更换运营商逻辑
|
* 充电站更换运营商逻辑
|
||||||
|
|||||||
Reference in New Issue
Block a user