代码备份

scpwxyy
yewj 10 months ago
parent 4b00302d86
commit 1df65c3d1b

@ -1444,7 +1444,7 @@ public class CtqyyClient extends CommonHttpClient {
VYpzsPlanInfo planInfo = value.get(0); VYpzsPlanInfo planInfo = value.get(0);
ThrOrderResponse thrOrderResponse = new ThrOrderResponse(); ThrOrderResponse thrOrderResponse = new ThrOrderResponse();
thrOrderResponse.setBillNo(planInfo.getCGDBH()); thrOrderResponse.setBillNo(planInfo.getCGDBH());
thrOrderResponse.setBilldate(planInfo.getSCQYMC()); // thrOrderResponse.setBilldate(planInfo.getSCQYMC());
thrOrderResponse.setCorpId(planInfo.getSCQYBM()); thrOrderResponse.setCorpId(planInfo.getSCQYBM());
thrOrderResponse.setCorpName(planInfo.getSCQYMC()); thrOrderResponse.setCorpName(planInfo.getSCQYMC());
thrOrderResponse.setThirdPartyDate(1); thrOrderResponse.setThirdPartyDate(1);
@ -1608,7 +1608,7 @@ public class CtqyyClient extends CommonHttpClient {
collectOrderBiz.setThrCode(entity.getPHYSIC_CODE()); collectOrderBiz.setThrCode(entity.getPHYSIC_CODE());
collectOrderBiz.setCpmctymc(entity.getPHYSIC_NAME()); collectOrderBiz.setCpmctymc(entity.getPHYSIC_NAME());
collectOrderBiz.setGgxh(entity.getPACK_SPEC()); collectOrderBiz.setGgxh(entity.getPACK_SPEC());
collectOrderBiz.setBatchNo(entity.getBATCH_NUMBER()); // collectOrderBiz.setBatchNo(entity.getBATCH_NUMBER());
collectOrderBiz.setOrderIdFk(ioCollectOrder.getBillNo()); collectOrderBiz.setOrderIdFk(ioCollectOrder.getBillNo());
collectOrderBiz.setCount(Integer.parseInt(entity.getLAY_PHYSIC_QUANTITY())); collectOrderBiz.setCount(Integer.parseInt(entity.getLAY_PHYSIC_QUANTITY()));
collectOrderBiz.setMeasureUnit(entity.getPHYSIC_UNIT()); collectOrderBiz.setMeasureUnit(entity.getPHYSIC_UNIT());

Loading…
Cancel
Save