物料变更匹配商品
This commit is contained in:
parent
ba072c13a1
commit
59a613276f
|
|
@ -21,8 +21,8 @@ public class GetGoodsByMaterialBillPlugin extends AbstractBillPlugIn {
|
|||
private static Set<String> materialFieldNameSet_2;
|
||||
private static Set<String> materialFieldNameSet_3;
|
||||
static{
|
||||
materialFieldNameSet_1 = Stream.of("im_purinbill", "sm_salorder", "sm_delivernotice", "im_saloutbill",
|
||||
"im_otheroutbill", "tqq9_otherinapply", "im_otherinbill", "im_adjustbill").collect(Collectors.toSet());//material
|
||||
materialFieldNameSet_1 = Stream.of("pm_purorderbill", "pm_receiptnotice", "im_purinbill", "sm_salorder", "sm_delivernotice", "im_saloutbill",
|
||||
"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_3 = Stream.of("tqq9_otheroutapply").collect(Collectors.toSet());//tqq9_materiel
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue