dever 6 년 전
부모
커밋
0701d1f521
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      code/database/info.php

+ 1 - 1
code/database/info.php

@@ -140,7 +140,7 @@ return array
 			'match' 	=> 'is_string',
 			'update'	=> 'text',
 			'search'	=> 'fulltext',
-			'list'		=> '{create_uid} > 0 ? "用户创建" : "T{id}"',
+			'list'		=> '{create_uid} > 0 ? "用户创建" : ({product_id} > 0 : "{id}" : "T{id}")',
 			//'list'		=> true,
 		),