From 5ff111ed496c34b7431f691c0352023028dba57e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Fri, 10 Feb 2023 10:27:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E6=B8=B8=E6=94=B9=E4=B8=BA23=E5=B9=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gys_system/models/user_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gys_system/models/user_model.php b/gys_system/models/user_model.php index 4b9202af..250b7dc5 100644 --- a/gys_system/models/user_model.php +++ b/gys_system/models/user_model.php @@ -121,7 +121,7 @@ class User_model extends CI_Model { WHERE TGI2_TGI_SN = TGI_SN AND TGI2_LGC = 2 AND LEN(TGI2_Name) > 0 - AND TGI2_Name LIKE '22%' + AND TGI2_Name LIKE '23%' AND TGI_VEI_SN = ? ORDER BY TGI2_Name ASC