DataTables("表A").LoadFilter = "订单编号 in ('" & DataTables("表B").GetComboListString("订单编号","数量=0").Replace(",", "','") & "')"DataTables("表A").Load