|
|
@@ -647,7 +647,7 @@ public class BillsServiceImpl extends ServiceImpl<BillsMapper, Bills> implements
|
|
|
item.setPayplace(bills.getMpayplace());
|
|
|
item.setRefno(bills.getRefno());
|
|
|
item.setBookingNo(bills.getBookingNo());
|
|
|
- item.setCntrNo(bills.getQuantityCntrTypesDescr());
|
|
|
+ // item.setCntrNo(bills.getQuantityCntrTypesDescr());
|
|
|
if ("USD".equals(item.getCurCode())) {
|
|
|
amountCrUsd = amountCrUsd.add(item.getAmount());
|
|
|
amountCrLoc = amountCrLoc.add(item.getAmount().multiply(item.getExrate()));
|
|
|
@@ -703,7 +703,7 @@ public class BillsServiceImpl extends ServiceImpl<BillsMapper, Bills> implements
|
|
|
item.setPayplace(bills.getMpayplace());
|
|
|
item.setRefno(bills.getRefno());
|
|
|
item.setBookingNo(bills.getBookingNo());
|
|
|
- item.setCntrNo(bills.getQuantityCntrTypesDescr());
|
|
|
+ // item.setCntrNo(bills.getQuantityCntrTypesDescr());
|
|
|
if ("USD".equals(item.getCurCode())) {
|
|
|
amountDrUsd = amountDrUsd.add(item.getAmount());
|
|
|
amountDrLoc = amountDrLoc.add(item.getAmount().multiply(item.getExrate()));
|