1、采购物料过滤
This commit is contained in:
parent
519debea73
commit
83bb2d090a
Binary file not shown.
Binary file not shown.
@ -891,7 +891,7 @@ public class PurchaseDataSyncServiceImpl implements DataSyncService {
|
||||
// 定义允许的供应商集合
|
||||
Set<String> allowedSuppliers = new HashSet<>(Arrays.asList("北新防水", "北新嘉宝莉", "北新涂料"));
|
||||
// 检查条件
|
||||
if (targetMaterials.contains(bo.getString("WLMC"))
|
||||
if (targetMaterials.contains(newWlmc)
|
||||
&& !allowedSuppliers.contains(bkgs)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user