Commit a3936c46 by 胡敬轩

Merge remote-tracking branch 'remotes/origin/feature/Ka3.0.4.1-0613-0620-爱马哥低碳活动'

parents dc1bc087 a17f93ee
...@@ -523,7 +523,7 @@ public class OrderAdapterServiceImpl { ...@@ -523,7 +523,7 @@ public class OrderAdapterServiceImpl {
request.setMiniAppId(orderBean.getAppId()); request.setMiniAppId(orderBean.getAppId());
response = ecologyProgramApplicationClient.reportActivityBehaviors(request); response = ecologyProgramApplicationClient.reportActivityBehaviors(request);
if (!Objects.equals(response.getCode(), "100")) { if (!Objects.equals(response.getCode(), "100")) {
if(!Objects.equals(response.getCode(), "88888")){//88888-用户未报名活动 if(Objects.equals(response.getMessage(), "用户未参加或已退出该活动")){//用户未报名活动的过滤掉
emailAlertService.sendEmailAlert("低碳活动上报失败", String.format("request:%s \r\nresponse:%s \r\norderNo:%s", JSONObject.toJSONString(request), JSONObject.toJSONString(response), orderBean.getOid())); emailAlertService.sendEmailAlert("低碳活动上报失败", String.format("request:%s \r\nresponse:%s \r\norderNo:%s", JSONObject.toJSONString(request), JSONObject.toJSONString(response), orderBean.getOid()));
} }
ApiLog.printLog("sendLowCarbonToWeixin error "+orderBean.getOid(), message,request,response); ApiLog.printLog("sendLowCarbonToWeixin error "+orderBean.getOid(), message,request,response);
......
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