Commit f1b8ce91 by 徐高华

下载

parent 17a56caa
......@@ -256,7 +256,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
// 如果是社群链接
if (link.getLinkType() == HmLinkTypeEnum.CHAT_HM_LINK_TYPE.getLinkType()) {
log.info("群链接");
log.info("群链接,linkId={}",link.getLinkId());
return this.getLinkChatHmFromWxa(wxEnterpriseId, enterpriseId, mixPhone, unionid, memberId, link, retDTO);
}
......
......@@ -197,7 +197,7 @@ public class GroupChatHmController {
}
@RequestMapping("page")
public RestResponse<Object> page(ChatHmSearchQDTO qdto, BasePageInfo basePageInfo) {
public RestResponse<Object> page(@RequestBody ChatHmSearchQDTO qdto, BasePageInfo basePageInfo) {
WebLoginDTO loginUser = AuthWebRequestUtil.getLoginUser();
qdto.setWxEnterpriseId(loginUser.getWxEnterpriseId());
qdto.setEnterpriseId(loginUser.getEnterpriseId());
......@@ -257,8 +257,8 @@ public class GroupChatHmController {
String logContent = "废弃群活码【" + respDTO.getResult().getChatHmCode() + "-" + respDTO.getResult().getName()
+ "】";
GicLogRecordEvaluationContext.putAttribute("logValue", logContent);
if(page==1) {
GicLogRecordEvaluationContext.setOptPage("群活码-详情") ;
if (page == 1) {
GicLogRecordEvaluationContext.setOptPage("群活码-详情");
}
GicLogRecordEvaluationContext.putOptTargetId(AuthWebRequestUtil.getLoginUser().getClerkId());
return RestResponse.successResult();
......
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