Compare commits

..

No commits in common. "cc54242b99598f0efb3a1282792ad8c1c557df3a" and "c87413df51abaf7ab58eda92b1ed3c2a1c2f7cb8" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -326,8 +326,7 @@ public class MaterialInbFinaceConfirmeInvoicePlugin extends AbstractBillPlugIn i
}
protected Object getInvoicePK(DynamicObject object) {
// return object.getDynamicObject("zcgj_invoice").getPkValue();
return object.getDynamicObject("zcgj_invoice").getPkValue();
return object.getDynamicObject("invoice").getPkValue();
}
//导入发票 结束