如果是sql数据库,条件改成
DataTables("订单").LoadFilter = "(金额1 Is Not Null Or 金额2 Is Not Null) And 审核 = 0"
DataTables("订单").Load
然后测试下