20260227 合格项目资质
This commit is contained in:
parent
727f58637c
commit
e769295d8f
|
|
@ -241,7 +241,7 @@ namespace FineUIPro.Web.Welder
|
||||||
{
|
{
|
||||||
if (!string.IsNullOrEmpty(q.MIDWelder_QualifiedProjectCode))
|
if (!string.IsNullOrEmpty(q.MIDWelder_QualifiedProjectCode))
|
||||||
{
|
{
|
||||||
if (q.MIDWelder_QualifiedProjectCode.Contains("+") || q.MIDWelder_QualifiedProjectCode.Contains("+"))
|
if (q.MIDWelder_QualifiedProjectCode.Contains("+") || q.MIDWelder_QualifiedProjectCode.Contains("+")|| q.MIDWelder_QualifiedProjectCode.Contains("和"))
|
||||||
{
|
{
|
||||||
string[] codes = null;
|
string[] codes = null;
|
||||||
if (q.MIDWelder_QualifiedProjectCode.Contains("+"))
|
if (q.MIDWelder_QualifiedProjectCode.Contains("+"))
|
||||||
|
|
@ -252,6 +252,10 @@ namespace FineUIPro.Web.Welder
|
||||||
{
|
{
|
||||||
codes = q.MIDWelder_QualifiedProjectCode.Split('+');
|
codes = q.MIDWelder_QualifiedProjectCode.Split('+');
|
||||||
}
|
}
|
||||||
|
if (q.MIDWelder_QualifiedProjectCode.Contains("和"))
|
||||||
|
{
|
||||||
|
codes = q.MIDWelder_QualifiedProjectCode.Split('和');
|
||||||
|
}
|
||||||
|
|
||||||
foreach (string c in codes)
|
foreach (string c in codes)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue