Commit e1fec666 by 徐高华

社群群发

parent f1641fd3
......@@ -85,11 +85,12 @@ public class GroupChatPlanController {
* @return
*/
@RequestMapping("staff-group-list")
public RestResponse<Object> staffGrupList(String enterpriseId , String wxEnterpriseId , String staffId , BasePageInfo basePageInfo) {
public RestResponse<Object> staffGrupList(String chatName , String enterpriseId , String wxEnterpriseId , String staffId , BasePageInfo basePageInfo) {
GroupChatSearchQDTO qdto = new GroupChatSearchQDTO() ;
qdto.setWxEnterpriseId(wxEnterpriseId);
qdto.setStaffId(staffId);
qdto.setEnterpriseId(enterpriseId);
qdto.setSearchParams(chatName);
ServiceResponse<Page<GroupChatDTO>> page = this.groupChatApiService.listPage(qdto, basePageInfo);
return RestResponse.successResult(page.getResult());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment