bug
This commit is contained in:
@@ -222,7 +222,7 @@ namespace Tnb.ProductionMgr
|
||||
{
|
||||
bool? cs01 = await _redisData.TryGetValueByKeyField<bool?>("YTCS", "CallCtuEmptyIn_CS01");
|
||||
bool? cs03 = await _redisData.TryGetValueByKeyField<bool?>("YTCS", "CallCtuEmptyIn_CS03");
|
||||
string startLocationCode = cs01==false ? "SSX-021-001" : cs03==false ? "SSX-021-003" : "";
|
||||
string startLocationCode = cs01==false ? "ZSSSXCTU01" : cs03==false ? "ZSSSXCTU02" : "";
|
||||
if (startLocationCode.IsEmpty())
|
||||
{
|
||||
Log.Error($"起始库位为空");
|
||||
|
||||
Reference in New Issue
Block a user