parent
ed1a908ca7
commit
044cc35a0e
|
|
@ -44,6 +44,7 @@ public class PaybillPushSapOperation extends AbstractOperationServicePlugIn impl
|
||||||
ExtendedDataEntity[] entities = this.getDataEntities();
|
ExtendedDataEntity[] entities = this.getDataEntities();
|
||||||
for (ExtendedDataEntity entity : entities) {
|
for (ExtendedDataEntity entity : entities) {
|
||||||
DynamicObject bill = entity.getDataEntity();
|
DynamicObject bill = entity.getDataEntity();
|
||||||
|
bill = BusinessDataServiceHelper.loadSingle(bill.getPkValue(), "cas_paybill");
|
||||||
String shjhSourcesystem = bill.getString("shjh_sourcesystem");//来源系统,A_sap,B_fk
|
String shjhSourcesystem = bill.getString("shjh_sourcesystem");//来源系统,A_sap,B_fk
|
||||||
DynamicObject paymentidentify = bill.getDynamicObject("paymentidentify");//付款单标识
|
DynamicObject paymentidentify = bill.getDynamicObject("paymentidentify");//付款单标识
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue