This commit is contained in:
Lemon
2023-06-06 14:06:05 +08:00
parent 3a13880b8d
commit b3182c4fdb
2 changed files with 1 additions and 2 deletions

View File

@@ -246,7 +246,6 @@ 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);