|
|
|
@ -1022,6 +1022,7 @@ public class PushInvoiceServiceImpl implements PushInvoiceService { |
|
|
|
|
if (ConfigureConstant.STRING_000000.equals(ddfptsV5.getZTDM())) { |
|
|
|
|
log.debug("==>推送返回解析成功,更新数据库表开始!"); |
|
|
|
|
updateOrderInvoiceInfo.setPushStatus(OrderInfoEnum.PUSH_STATUS_1.getKey()); |
|
|
|
|
updateOrderInvoiceInfo.setInvoicePushSbyy(""); |
|
|
|
|
} else { |
|
|
|
|
String sbyy = ddfptsV5.getZTXX(); |
|
|
|
|
if (StrUtil.isNotBlank(sbyy) && sbyy.length() > ConfigureConstant.INT_200) { |
|
|
|
@ -1269,14 +1270,14 @@ public class PushInvoiceServiceImpl implements PushInvoiceService { |
|
|
|
|
fpkjtsReqSap.setZJSDH(ddfpxx.getDDH()); |
|
|
|
|
fpkjtsReqSap.setZFPDM(ddfpxx.getFPDM()); |
|
|
|
|
fpkjtsReqSap.setZFPHM(ddfpxx.getFPHM()); |
|
|
|
|
fpkjtsReqSap.setZFPLX(ddfpxx.getFPLXDM()); |
|
|
|
|
fpkjtsReqSap.setZFPLX(CommonUtils.transToSnFplxdm(ddfpxx.getFPLXDM())); |
|
|
|
|
fpkjtsReqSap.setZXFBM(ddfpxx.getXHFSBH()); |
|
|
|
|
fpkjtsReqSap.setZGFBH(ddfpxx.getGMFSBH()); |
|
|
|
|
fpkjtsReqSap.setZBHSJEY(ddfpxx.getHJJE()); |
|
|
|
|
fpkjtsReqSap.setZZSEY(ddfpxx.getHJSE()); |
|
|
|
|
fpkjtsReqSap.setZHSJEY(ddfpxx.getJSHJ()); |
|
|
|
|
fpkjtsReqSap.setZZBZ(ddfpxx.getBZ()); |
|
|
|
|
fpkjtsReqSap.setZFPZT(ConfigureConstant.STRING_1);//0-作废、1-正常
|
|
|
|
|
fpkjtsReqSap.setZFPZT(ConfigureConstant.STRING_0);//0-正常、1-作废
|
|
|
|
|
fpkjtsReqSap.setZKPRQ(ddfpxx.getKPRQ()); |
|
|
|
|
fpkjtsReqSap.setZGFMC(ddfpxx.getGMFMC()); |
|
|
|
|
fpkjtsReqSap.setZGFSH(ddfpxx.getGMFSBH()); |
|
|
|
|