优化调整
This commit is contained in:
@@ -225,8 +225,8 @@ namespace Tnb.ProductionMgr
|
||||
string startLocationCode = cs01==false ? "ZSSSXCTU01" : cs03==false ? "ZSSSXCTU02" : "";
|
||||
if (startLocationCode.IsEmpty())
|
||||
{
|
||||
Log.Error($"起始库位为空");
|
||||
return "起始库位为空";
|
||||
Log.Error($"输送线无空载具");
|
||||
return "输送线无空载具";
|
||||
}
|
||||
|
||||
var db = _repository.AsSugarClient();
|
||||
|
||||
Reference in New Issue
Block a user