This commit is contained in:
2024-06-29 16:42:15 +08:00
parent 4fb28a1fe3
commit c0a1efb77c
2 changed files with 13 additions and 7 deletions

View File

@@ -1697,12 +1697,12 @@ namespace Tnb.ProductionMgr
{
// if (dic.TryGetValue(prdMoTask.workline_id, out string value))
// {
materialBoxCode = await _redisData.GetHash("value", "WBZX_x1_take_tp");
if (materialBoxCode == null || materialBoxCode.IsEmpty())
{
throw Oops.Bah("托盘条码信息未空");
}
report.material_box_code = materialBoxCode;
// materialBoxCode = await _redisData.GetHash("value", "WBZX_x1_take_tp");
// if (materialBoxCode == null || materialBoxCode.IsEmpty())
// {
// throw Oops.Bah("托盘条码信息未空");
// }
report.material_box_code = input.material_box_code;
// }
// else
// {