Merge remote-tracking branch 'origin/release' into release

release
yefei 2 years ago
commit 9e4833a7bf
  1. 4
      dxhy-core/src/main/java/com/dxhy/core/task/SnEmailGatherTask.java

@ -181,10 +181,10 @@ public class SnEmailGatherTask {
Map resultMap = JSONObject.parseObject(body, Map.class);
Object status = resultMap.get("status");
if(status != null && "200".equals(String.valueOf(status))){
buildMsg(gatherLogVo,"1","推送影像票夹成功");
buildMsg(gatherLogVo,"0","推送影像票夹成功");
}else {
gatherLogVo.setFphm("");
buildMsg(gatherLogVo,"0","推送影像票夹失败");
buildMsg(gatherLogVo,"1","推送影像票夹失败");
break;
}
} catch (NoSuchAlgorithmException e) {

Loading…
Cancel
Save