This commit is contained in:
Lemon
2024-01-17 14:13:54 +08:00
parent 63c37e71ef
commit 7f75bc4c15
8 changed files with 342 additions and 12 deletions

View File

@@ -105,7 +105,6 @@ public class ZDLServiceImpl implements ZDLService {
ThirdPartyStationRelation relation = new ThirdPartyStationRelation();
relation.setStationId(dto.getStationId());
ThirdPartyStationRelationVO relationInfo = thirdPartyStationRelationService.selectRelationInfo(relation);
// ThirdPartySettingInfo settingInfo = thirdPartySettingInfoService.getInfoByStationId(dto.getStationId());
if (relationInfo == null) {
// 新增
relation.setThirdPartyType(dto.getThirdPartyType());