对接浙江平台

This commit is contained in:
Guoqs
2024-08-12 16:11:07 +08:00
parent 5d674b601b
commit eaf3f9b722

View File

@@ -383,7 +383,7 @@ public class PileStationInfoController extends BaseController {
public AjaxResult updateThirdPartyStationRelation(@RequestBody ThirdPartyStationRelationDTO dto) { public AjaxResult updateThirdPartyStationRelation(@RequestBody ThirdPartyStationRelationDTO dto) {
AjaxResult result; AjaxResult result;
try { try {
startPage(); // startPage();
thirdPartyStationRelationService.updateThirdPartyStationRelation(dto); thirdPartyStationRelationService.updateThirdPartyStationRelation(dto);
result = AjaxResult.success(); result = AjaxResult.success();
} catch (Exception e) { } catch (Exception e) {