|
@@ -58,9 +58,6 @@ public class ReportParseJobHandler {
|
|
|
reportInfoQuery.setStatus(ReportStatusEnum.NO_PRASE.getValue());
|
|
|
List<ReportInfo> reportInfos = reportInfoService.listReportInfo(reportInfoQuery);
|
|
|
for (ReportInfo reportInfo : reportInfos) {
|
|
|
- if (reportInfo.getCustomerName().equals("冯馨澜")){
|
|
|
- continue;
|
|
|
- }
|
|
|
//body报文体是Base64位,先解码 再解压
|
|
|
String body = reportInfo.getBody();
|
|
|
if (!StringUtils.isEmpty(body)) {
|