From a56ebd5feac6283b8a649a12ffb4a72bfa9faa01 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 19 一月 2026 10:15:30 +0800
Subject: [PATCH] 职员列表:职员代码、职员名称 搜索报错 处理

---
 src/views/basic/gyEmployee/gyEmployee.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/basic/gyEmployee/gyEmployee.vue b/src/views/basic/gyEmployee/gyEmployee.vue
index 5329a60..844fbee 100644
--- a/src/views/basic/gyEmployee/gyEmployee.vue
+++ b/src/views/basic/gyEmployee/gyEmployee.vue
@@ -1158,10 +1158,10 @@
         this.sWhere += " and " + this.queryParams.ColName2 + " " + com2;
       }
       if (this.queryParams.HNumber) {
-        this.sWhere += " and 鐢熶骇璧勬簮浠g爜 like '%" + this.queryParams.HNumber + "%'";
+        this.sWhere += " and 鑱屽憳浠g爜 like '%" + this.queryParams.HNumber + "%'";
       }
       if (this.queryParams.HName) {
-        this.sWhere += " and 鐢熶骇璧勬簮鍚嶇О like '%" + this.queryParams.HName + "%'";
+        this.sWhere += " and 鑱屽憳鍚嶇О like '%" + this.queryParams.HName + "%'";
       }
       if (this.queryParams.HOrgID) {
         this.sWhere += " and HUSEORGID = '" + this.queryParams.HOrgID + "'";

--
Gitblit v1.9.1