Commit 98b4faa9 by 徐高华

Merge branch 'feature/社群' into 'developer'

TEST

See merge request !589
parents 88d145ce 61a26d6c
......@@ -84,7 +84,7 @@ public class GroupChatPlanController {
@RequestMapping("page")
public RestResponse<Object> page(GroupChatPlanSearchQDTO qdto, BasePageInfo basePageInfo , Date start) {
logger.info("qdto={}",JSON.toJSONString(qdto));
logger.info("qdto={} , {} , {},{}",JSON.toJSONString(qdto) , start , qdto.getStartDate());
WebLoginDTO loginUser = AuthWebRequestUtil.getLoginUser();
qdto.setWxEnterpriseId(loginUser.getWxEnterpriseId());
qdto.setEnterpriseId(loginUser.getEnterpriseId());
......
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