采购申请添加合同物资逻辑和合同看板优化

This commit is contained in:
xuhaihui 2025-12-24 17:04:54 +08:00
parent b4844b3dad
commit a4e83fcc78
1 changed files with 2 additions and 2 deletions

View File

@ -185,8 +185,8 @@ public class PurchaseAppBillPlugin extends AbstractBillPlugIn implements BeforeF
int i;
for (i = 0; i < rowCount; ++i) {
String id = (String) this.getModel().getValue("zcgj_listingid", i);
if (id != null && id != " ") {
String id = (String) this.getModel().getValue("zcgj_listingid", i);//合同ID
if (id != null && !id.equals(" ")) {
listingIdSet.add(id);
}
}