凭证--SAP
This commit is contained in:
parent
75dd5add42
commit
2b0c7df8cf
|
@ -74,7 +74,6 @@ public class SynchronizaSapOPPlugin extends AbstractOperationServicePlugIn {
|
||||||
String zstatus = "I";
|
String zstatus = "I";
|
||||||
|
|
||||||
//10.公司代码----同1重复
|
//10.公司代码----同1重复
|
||||||
|
|
||||||
//11.凭证中的过账日期(BUDAT)--记账日期(bookeddate)20181031
|
//11.凭证中的过账日期(BUDAT)--记账日期(bookeddate)20181031
|
||||||
//12.凭证中的凭证日期(BLDAT)--记账日期
|
//12.凭证中的凭证日期(BLDAT)--记账日期
|
||||||
//15.凭证中的凭证日期(WWERT)--记账日期
|
//15.凭证中的凭证日期(WWERT)--记账日期
|
||||||
|
@ -145,10 +144,7 @@ public class SynchronizaSapOPPlugin extends AbstractOperationServicePlugIn {
|
||||||
}
|
}
|
||||||
//todo 核算维度--未调试(待维护数据)
|
//todo 核算维度--未调试(待维护数据)
|
||||||
Object assgrp = entry.get("assgrp");
|
Object assgrp = entry.get("assgrp");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
System.out.println(docid);
|
System.out.println(docid);
|
||||||
}catch (Exception exc){
|
}catch (Exception exc){
|
||||||
OperateErrorInfo operateErrorInfo = new OperateErrorInfo();
|
OperateErrorInfo operateErrorInfo = new OperateErrorInfo();
|
||||||
|
@ -157,9 +153,7 @@ public class SynchronizaSapOPPlugin extends AbstractOperationServicePlugIn {
|
||||||
operateErrorInfo.setPkValue(dataEntity.getPkValue());
|
operateErrorInfo.setPkValue(dataEntity.getPkValue());
|
||||||
this.operationResult.addErrorInfo(operateErrorInfo);
|
this.operationResult.addErrorInfo(operateErrorInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
System.out.println(integer);
|
System.out.println(integer);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue