huangyh 6 роки тому
батько
коміт
4f9c485e2a

+ 1 - 1
sqlconfig/system_controller/system_find_table_col_userpage_count.tpl

@@ -6,7 +6,7 @@ from
 where
 	del_flag = 0
 	{{if ne .code ""}}
-        and code like '%{{.code}}%'
+        and code = '{{.code}}'
     {{end}}
     {{if ne .user_id ""}}
         and user_id like '%{{.user_id}}%'

+ 1 - 1
sqlconfig/system_controller/system_find_table_col_userpage_select.tpl

@@ -6,7 +6,7 @@ from
 where
     del_flag = 0
     {{if ne .code ""}}
-        and code like '%{{.code}}%'
+        and code = '{{.code}}'
     {{end}}
     {{if ne .user_id ""}}
         and user_id like '%{{.user_id}}%'