Compare commits

..

2 Commits

Author SHA1 Message Date
xuhaihui cc54242b99 优化 2025-09-11 11:04:14 +08:00
xuhaihui cfd6c97701 优化 2025-09-11 11:03:58 +08:00
1 changed files with 2 additions and 1 deletions

View File

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