|
@@ -107,7 +107,7 @@ namespace JLHHJSvr.Excutor
|
|
|
var bcpDscrp = new Dictionary<string, string> { };
|
|
|
foreach (var mx in mattress_interface_qd_list)
|
|
|
{
|
|
|
- if (!string.IsNullOrEmpty(mx.wip_type) && !string.IsNullOrEmpty(mx.bj_pzname_mx_mx) && mx.bj_pzname_mx_mx.Contains(" + ") && !bcpNames.ContainsKey(mx.wip_type))
|
|
|
+ if (!string.IsNullOrEmpty(mx.wip_type) && !string.IsNullOrEmpty(mx.bj_pzname_mx_mx) && !bcpNames.ContainsKey(mx.wip_type))
|
|
|
{
|
|
|
var _name = mx.bj_pzname_mx_mx;
|
|
|
var interfaceL = interfaceList.Where(o => _name == o.bj_namemx).ToList();
|