update 推送第三方平台可多选

This commit is contained in:
Lemon
2024-01-19 11:43:20 +08:00
parent 2258c9236f
commit 835e6451a7
11 changed files with 109 additions and 61 deletions

View File

@@ -221,6 +221,6 @@ public class XDTServiceImpl implements XDTService {
public String pushStationInfoV2(PushStationInfoDTO dto) {
// 新增数据库
commonService.insertInfo2DataBase(dto);
return "OK";
return dto.getThirdPartyType() + "" + "OK";
}
}