This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user