This commit is contained in:
@ -92,7 +92,7 @@ namespace Epost.DAL
|
||||
public bool UpInOrderList(string id,string state,string data)
|
||||
{
|
||||
string upstr = string.Empty;
|
||||
if (string.IsNullOrEmpty(data))
|
||||
if (!string.IsNullOrEmpty(data))
|
||||
{
|
||||
upstr = ",agvid='"+data+"'";
|
||||
}
|
||||
|
Reference in New Issue
Block a user