@@ -225,8 +225,10 @@ namespace JLHHJSvr.Excutor
SonLoss = mx.sh_rate,
SonDECLosS = 0,
wip_name = _name,
- wip_type = $"{mx.wip_type}|{mattress.erp_mtrlmode}"
+ wip_type = mx.wip_type
};
+ if (!string.IsNullOrEmpty(prdpf.wip_type)) prdpf.wip_type += $"|{mattress.erp_mtrlmode}";
+
l1Req.prdPfs.Add(prdpf);
i++;
}