This commit is contained in:
jl
2024-11-25 11:00:16 +08:00
parent 7f5e4fcc3f
commit a934f48c74
2 changed files with 18 additions and 19 deletions

View File

@ -98,8 +98,7 @@ namespace Epost.BLL
{
case "QUERY_SPECIAL_STATUS":
BindJobList(data);
break;
break;
default:
break;
}
@ -211,7 +210,7 @@ namespace Epost.BLL
//}
//else {
if (scanStr.Substring(0, 1) == "U")
if (scanStr.Substring(0, 1) == "Y")
{
#region
if (ulist.Any())
@ -321,7 +320,7 @@ namespace Epost.BLL
//else
//{
if (scanStr.Substring(0, 1) == "U")
if (scanStr.Substring(0, 1) == "Y")
{
#region
if (ulist.Any())