物料变更匹配商品

This commit is contained in:
tanfengling@x-ri.com 2025-10-30 15:31:28 +08:00
parent ba072c13a1
commit 59a613276f
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ public class GetGoodsByMaterialBillPlugin extends AbstractBillPlugIn {
private static Set<String> materialFieldNameSet_2; private static Set<String> materialFieldNameSet_2;
private static Set<String> materialFieldNameSet_3; private static Set<String> materialFieldNameSet_3;
static{ static{
materialFieldNameSet_1 = Stream.of("im_purinbill", "sm_salorder", "sm_delivernotice", "im_saloutbill", materialFieldNameSet_1 = Stream.of("pm_purorderbill", "pm_receiptnotice", "im_purinbill", "sm_salorder", "sm_delivernotice", "im_saloutbill",
"im_otheroutbill", "tqq9_otherinapply", "im_otherinbill", "im_adjustbill").collect(Collectors.toSet());//material "im_otheroutbill", "tqq9_otherinapply", "im_otherinbill", "im_adjustbill", "tqq9_shortagebill").collect(Collectors.toSet());//material
materialFieldNameSet_2 = Stream.of("ar_busbill", "ar_finarbill", "ap_payapply", "ar_busbill", "ar_finarbill").collect(Collectors.toSet());//e_material materialFieldNameSet_2 = Stream.of("ar_busbill", "ar_finarbill", "ap_payapply", "ar_busbill", "ar_finarbill").collect(Collectors.toSet());//e_material
materialFieldNameSet_3 = Stream.of("tqq9_otheroutapply").collect(Collectors.toSet());//tqq9_materiel materialFieldNameSet_3 = Stream.of("tqq9_otheroutapply").collect(Collectors.toSet());//tqq9_materiel
} }