Compare commits
No commits in common. "cc54242b99598f0efb3a1282792ad8c1c557df3a" and "c87413df51abaf7ab58eda92b1ed3c2a1c2f7cb8" have entirely different histories.
cc54242b99
...
c87413df51
|
|
@ -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();
|
||||
}
|
||||
//导入发票 结束
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue