callm 3 тижнів тому
батько
коміт
82cfc5a573
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      UAS_MES_HYSX/PublicMethod/LogicHandler.cs

+ 1 - 1
UAS_MES_HYSX/PublicMethod/LogicHandler.cs

@@ -323,7 +323,7 @@ namespace UAS_MES_NEW.PublicMethod
                 }
                 else
                 {
-                    dt = dh.getFieldsDatasByCondition("cs$empgroup left join cs$userresource on ur_groupcode=eg_groupcode left join source on ur_resourcecode=sc_code", new string[] { "upper(ur_resourcecode) ur_resourcecode" }, "upper(eg_emcode)= '" + iUserCode + "' and sc_statuscode='AUDITED'");
+                    dt = dh.getFieldsDatasByCondition("cs$empgroup left join cs$userresource on ur_groupcode=eg_groupcode left join source on ur_resourcecode=sc_code", new string[] { "upper(ur_resourcecode) ur_resourcecode" }, "(eg_emcode)= '" + iUserCode + "' and sc_statuscode='AUDITED'");
                     //如果存在该编号
                     if (dt.Rows.Count > 0)
                     {