@ -60,7 +60,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report
public virtual List<ErrorBill> GetErrorBillList()
{
return DbConnection.Query<ErrorBill>("select * from set_ErrorBill ").ToList();
return DbConnection.Query<ErrorBill>("select [Id],[BillNum],[MaterialCode],[WmsBillNum],[MaterialDesc],[CustomerMaterialCode] from set_ErrorBill ").ToList();
}