This commit is contained in:
@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
@ -20,5 +21,11 @@ namespace Epost.DAL
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
public DataTable getAgvLogList(string strwhere)
|
||||
{
|
||||
string sql = string.Format("select * from agvLogInfo where 1=1 "+strwhere);
|
||||
return db.GetsqlForDT(sql);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user