暂停新指令的实现,等待联合调试使现有指令运作正常

dev
nxiaoxiao 1 year ago
parent 4222096a7d
commit d9e25fd97c

@ -19,7 +19,8 @@ namespace OMS.NET.Instructs
try
{
//string conveyor = GlobalArea.GetLoginEmailByID(wsid);
string time = GlobalArea.GetCurrentTime();
//string time = GlobalArea.GetCurrentTime();
throw new NotImplementedException("这个也不想搞了");
}
catch (Exception ex)
{

@ -19,7 +19,9 @@ namespace OMS.NET.Instructs
try
{
//string conveyor = GlobalArea.GetLoginEmailByID(wsid);
string time = GlobalArea.GetCurrentTime();
//string time = GlobalArea.GetCurrentTime();
//string template = Data.GetProperty("template").GetString();
throw new NotImplementedException("太难搞了,不干了");
}
catch (Exception ex)
{

Loading…
Cancel
Save