nc推送结算币种取值修改;
This commit is contained in:
+3
-3
@@ -691,7 +691,7 @@ public class ReconciliationImpl extends ServiceImpl<ReconciliationMapper, Reconc
|
|||||||
String salesmanId = order.getSalesmanId();
|
String salesmanId = order.getSalesmanId();
|
||||||
String documentPreparerNcCode = reconciliationMapper.getDocumentPreparerNcCode(salesmanId);
|
String documentPreparerNcCode = reconciliationMapper.getDocumentPreparerNcCode(salesmanId);
|
||||||
makerCodeNc= documentPreparerNcCode;
|
makerCodeNc= documentPreparerNcCode;
|
||||||
String settlementCurrencyNcCode = reconciliationMapper.getSettlementCurrencyNcCode(settlementCurrency);
|
String settlementCurrencyNcCode = settlementCurrency;
|
||||||
String invoiceNumber=make.getInvoiceNumber();
|
String invoiceNumber=make.getInvoiceNumber();
|
||||||
R<List<TmsMakeOutInvoiceItem>> itemR = wlhyServiceFeign.selectMakeOutInvoiceItemList(make);
|
R<List<TmsMakeOutInvoiceItem>> itemR = wlhyServiceFeign.selectMakeOutInvoiceItemList(make);
|
||||||
if (itemR.getCode()==200) {
|
if (itemR.getCode()==200) {
|
||||||
@@ -1074,7 +1074,7 @@ public class ReconciliationImpl extends ServiceImpl<ReconciliationMapper, Reconc
|
|||||||
|
|
||||||
public boolean synchronousNcSK_TY(String businessDocumentDetaliId) {
|
public boolean synchronousNcSK_TY(String businessDocumentDetaliId) {
|
||||||
Reconciliation reconciliation=reconciliationMapper.selectById(businessDocumentDetaliId);
|
Reconciliation reconciliation=reconciliationMapper.selectById(businessDocumentDetaliId);
|
||||||
if(reconciliation.getSynchronousStatus()==1){
|
if(reconciliation.getSkSynchronousStatus()==1){
|
||||||
throw new ServiceException("该记录已同步,不需要再次同步");
|
throw new ServiceException("该记录已同步,不需要再次同步");
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
@@ -1129,7 +1129,7 @@ public class ReconciliationImpl extends ServiceImpl<ReconciliationMapper, Reconc
|
|||||||
String customerCodeNc = reconciliationMapper.getCustomerCodeNc(actualInvoiceCustomerId);
|
String customerCodeNc = reconciliationMapper.getCustomerCodeNc(actualInvoiceCustomerId);
|
||||||
String documentPreparerNcCode = reconciliationMapper.getDocumentPreparerNcCode(salesmanId);
|
String documentPreparerNcCode = reconciliationMapper.getDocumentPreparerNcCode(salesmanId);
|
||||||
String settlementCurrency=order.getSettlementCurrency();
|
String settlementCurrency=order.getSettlementCurrency();
|
||||||
String settlementCurrencyNcCode = reconciliationMapper.getSettlementCurrencyNcCode(settlementCurrency);
|
String settlementCurrencyNcCode = settlementCurrency;
|
||||||
makerCodeNc=documentPreparerNcCode;
|
makerCodeNc=documentPreparerNcCode;
|
||||||
SKitem item=new SKitem();
|
SKitem item=new SKitem();
|
||||||
item.setSo_deptid("NG0408");
|
item.setSo_deptid("NG0408");
|
||||||
|
|||||||
Reference in New Issue
Block a user