From 28268e8d50370f9b0781ff0fb8455d4cf93117f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Thu, 16 Jan 2025 11:20:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=E8=A1=A825=E5=B9=B4=E5=AF=BC=E6=B8=B8?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= 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 ab3eb443..cfce22a0 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 '24%' + AND TGI2_Name LIKE '25%' AND TGI_VEI_SN = ? ORDER BY TGI2_Name ASC