mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 移动充电桩到另一个站点 接口
This commit is contained in:
@@ -1324,7 +1324,7 @@ public class PileBasicInfoServiceImpl implements PileBasicInfoService {
|
||||
String newStationId = dto.getNewStationId();
|
||||
String stationId = dto.getStationId();
|
||||
List<String> pileSnList = dto.getPileSnList();
|
||||
if (StringUtils.isBlank(newStationId) || CollectionUtils.isEmpty(pileSnList)) {
|
||||
if (StringUtils.isBlank(newStationId) || CollectionUtils.isEmpty(pileSnList) || StringUtils.isBlank(stationId)) {
|
||||
log.error("移动桩到其他站点 参数不能为空");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user