Browse Source

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

chen_yjin 5 days ago
parent
commit
8325f73f03
1 changed files with 1 additions and 1 deletions
  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();