|
|
@@ -22,7 +22,6 @@ import com.tzld.piaoquan.growth.common.model.po.CgiReplyBucketData;
|
|
|
import com.tzld.piaoquan.growth.common.model.po.CgiReplyBucketDataExample;
|
|
|
import com.tzld.piaoquan.growth.common.model.po.GhDetail;
|
|
|
import com.tzld.piaoquan.growth.common.model.po.GhDetailExample;
|
|
|
-import com.tzld.piaoquan.growth.common.utils.LarkRobotUtil;
|
|
|
import com.tzld.piaoquan.growth.common.utils.RedisUtils;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
@@ -69,7 +68,7 @@ public class CgiReplyServiceImpl implements CgiReplyService {
|
|
|
example.createCriteria().andGhIdEqualTo(ghId).andIsDeleteEqualTo(0);
|
|
|
List<GhDetail> ghDetails = ghDetailMapper.selectByExample(example);
|
|
|
if (CollectionUtils.isEmpty(ghDetails)) {
|
|
|
- LarkRobotUtil.sendMessage("公众号信息查询失败 ghId=" + ghId);
|
|
|
+ //LarkRobotUtil.sendMessage("公众号信息查询失败 ghId=" + ghId);
|
|
|
return null;
|
|
|
}
|
|
|
GhDetail ghDetail = ghDetails.get(0);
|