This commit is contained in:
jl
2024-11-27 10:39:18 +08:00
parent 068fe0a148
commit 90ec40a018
8 changed files with 233 additions and 37 deletions

View File

@ -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+"'";
}