redis
This commit is contained in:
@@ -120,7 +120,12 @@ namespace Tnb.ProductionMgr
|
||||
{
|
||||
if (res.Value<bool>("Value"))
|
||||
{
|
||||
//
|
||||
InstockInput instockInput = new()
|
||||
{
|
||||
equip_code = res["DevName"]!.ToString(),
|
||||
label_code = res["TagName"]!.ToString()
|
||||
};
|
||||
_prdInstockService.InstockOutPack(instockInput);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user