fix: 注释掉荣琳的查验

release
liufeilong 2 years ago
parent 598277491a
commit a8130d42b6
  1. 2
      order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/manager/service/impl/PushInvoiceServiceImpl.java

@ -399,7 +399,7 @@ public class PushInvoiceServiceImpl implements PushInvoiceService {
//按照接口类型获取对应的报文数据
//推送影像系统
String content = getPushContent(fpTsMqData, pushInfo, shList);
sendImageSys(content,"","");
//sendImageSys(content,"","");
if (StrUtil.isBlank(content)) {
log.warn("税号:{},组装请求报文为空,不进行推送数据", fpTsMqData.getNsrsbh());
continue;

Loading…
Cancel
Save