Explorar o código

取消依赖“+”判断半成品

chen_yjin hai 6 días
pai
achega
8325f73f03
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      JLHHJSvr/Excutor/CreatPrdPfExcutor.cs

+ 1 - 1
JLHHJSvr/Excutor/CreatPrdPfExcutor.cs

@@ -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();