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

release V1.0.9
WangQi 2 years ago
commit 7b21b34b00
  1. 4
      order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/manager/service/impl/PushInvoiceServiceImpl.java

@ -721,10 +721,10 @@ public class PushInvoiceServiceImpl implements PushInvoiceService {
String data = jsonObject.getString("data");
if("200".equals(status)){
//成功
successPush(id,content,data,pushInfo,pushType);
successPush(id,content,data,pushInfo1,pushType);
}else {
//失败
failPush(id,content,message,data,pushInfo,pushType);
failPush(id,content,message,data,pushInfo1,pushType);
}
//暂时不保存状态
} catch (Exception e) {

Loading…
Cancel
Save