fanli/src/main/java/com/yeshi/fanli/controller/client/v2/PreviewInfoControllerV2.java
@@ -492,7 +492,7 @@ PushContentDTO dto = PushMsgFactory.createInviteOrderStatisticed(Constant.SOURCE_TYPE_TAOBAO, orderId, BigDecimal.ZERO); try { pushService.pushZNX(uid, dto.getTitle(), dto.getContent(), null, null); pushService.pushZNX(uid, dto.getTitle(), dto.getContent(), null, null,acceptData.getSystem()); } catch (NumberFormatException e) { e.printStackTrace(); } catch (PushException e) {