xiaoding721
2024-11-20 7fccbbd4d9982aaa349b36cf8031cddac610e57f
_Main/BL/Type_CustomerDemandIDS/StaticMethod_InitiateSearch.qbl
@@ -21,7 +21,8 @@
    }
    table                     := selectobject( owner, CustomerDemandIDS, table, table.IsShow() );
    if( not isnull( table ) ){
      table.Generate( search);
      productids             := selectuniquevalues( table, Row, row, row.Name() );
      table.Generate( search, productids );
    }
    return table;
  *]