This commit is contained in:
Lemon
2023-05-25 17:23:34 +08:00
parent e31e19a1bd
commit fd84575155
2 changed files with 38 additions and 8 deletions

View File

@@ -113,6 +113,7 @@ public class ThirdPartySettingInfoServiceImpl implements IThirdPartySettingInfoS
return insertThirdPartySettingInfo(info);
}else {
// 修改
info.setId(infoByStationId.getId());
return updateThirdPartySettingInfo(info);
}
}