|
|
@ -845,7 +845,9 @@ public class OrderServiceImpl implements OrderService { |
|
|
if(ogd.getGoodsEntrust()==1 || (ogd.getChargesType()==1 && ogd.getGoodsEntrust()==2)){ |
|
|
if(ogd.getGoodsEntrust()==1 || (ogd.getChargesType()==1 && ogd.getGoodsEntrust()==2)){ |
|
|
odgmap.put("transaction_count","-"); |
|
|
odgmap.put("transaction_count","-"); |
|
|
} |
|
|
} |
|
|
//
|
|
|
//付费与否?
|
|
|
|
|
|
odgmap.put("charges_type",ogd.getChargesType()); |
|
|
|
|
|
//
|
|
|
totalMoney = totalMoney.add(ogd.getMoney()); |
|
|
totalMoney = totalMoney.add(ogd.getMoney()); |
|
|
totalServiceCharge = totalServiceCharge.add(ogd.getServiceCharge()); |
|
|
totalServiceCharge = totalServiceCharge.add(ogd.getServiceCharge()); |
|
|
//委托周期
|
|
|
//委托周期
|
|
|
|