|
|
|
@ -47,6 +47,7 @@ public class SzOrderUtils { |
|
|
|
ogd.setTransactionCount(goodsUserYears); |
|
|
|
//总的金额
|
|
|
|
// ogd.setMoney(totalMoney);
|
|
|
|
ogd.setGoodsOwnership(0); |
|
|
|
ogd.setGoodsOwnershipStr(goodsDetail.getGoodsOwnershipStr()); |
|
|
|
ogd.setGoodsType(goodsDetail.getGoodsType()); |
|
|
|
ogd.setChargesType(goodsDetail.getChargesType()); |
|
|
|
@ -54,8 +55,22 @@ public class SzOrderUtils { |
|
|
|
ogd.setContractualPeriod(goodsDetail.getContractualPeriod()); |
|
|
|
ogd.setTransactionClass(goodsDetail.getTransactionClass()); |
|
|
|
ogd.setContract(goodsDetail.getContract()); |
|
|
|
ogd.setContractCode("-"); |
|
|
|
ogd.setHistoryEntrustName("-"); |
|
|
|
ogd.setHistoryEntrustCode("-"); |
|
|
|
ogd.setCloseSerialNumber(""); |
|
|
|
ogd.setEntrustServiceCharge(new BigDecimal("0.00")); |
|
|
|
ogd.setEntrustMoney(new BigDecimal("0.00")); |
|
|
|
ogd.setSourceIslicode(""); |
|
|
|
ogd.setSourceIslicodeName(""); |
|
|
|
//无结算信息
|
|
|
|
ogd.setCloseStatus(1); |
|
|
|
ogd.setIsClose(0); |
|
|
|
ogd.setCallbackMsg(""); |
|
|
|
ogd.setCreatetime(new Date()); |
|
|
|
ogd.setUpdatetime(new Date()); |
|
|
|
// ? 设置商品名称
|
|
|
|
ogd.setOtheridentifiers(goodsDetail.getGoodsName()); |
|
|
|
ogd.setOtherIdentifiers(goodsDetail.getGoodsName()); |
|
|
|
ogd.setDataJson(goodsDetail.getDataJson()); |
|
|
|
ogd.setSourceJson(goodsDetail.getSourceJson()); |
|
|
|
ogd.setClassification(goodsDetail.getClassification()); |
|
|
|
|