1.初版差异提交
This commit is contained in:
@@ -155,7 +155,7 @@ namespace HxBusiness
|
||||
WriteTxt.SaveLog1("离开时请求时配置为空!", "异常日志");
|
||||
return false;
|
||||
}
|
||||
if (string.IsNullOrEmpty(agvid) || string.IsNullOrEmpty(rfid))
|
||||
if (string.IsNullOrEmpty(agvid))
|
||||
{
|
||||
WriteTxt.SaveLog1("离开时请求时请求参数为空!", "异常日志");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user