This commit is contained in:
Lemon
2023-06-06 14:20:08 +08:00
parent b3182c4fdb
commit 72c8b11164
2 changed files with 8 additions and 3 deletions

View File

@@ -246,6 +246,7 @@ public class PileStationInfoController extends BaseController {
if (StringUtils.isBlank(String.valueOf(dto.getStationId()))) {
throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR);
}
// 推送联联
if (StringUtils.equals("1", dto.getThirdPartyType())) {
String result = lianLianService.pushStationInfo(dto);