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

@@ -281,7 +281,7 @@ public class ZDLServiceImpl implements ZDLService {
}
// 新增数据库
commonService.insertInfo2DataBase(dto);
return result;
return dto.getThirdPartyType() + "" + result;
}