dever 6 년 전
부모
커밋
d3c2faa123
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      score/database/action_log.php

+ 2 - 2
score/database/action_log.php

@@ -94,11 +94,11 @@ return array
 		(
 			'type' 		=> 'int-11',
 			'name' 		=> '是否增加积分',
-			'default' 	=> '1',
+			'default' 	=> '3',
 			'desc' 		=> '是否增加积分',
 			'match' 	=> 'is_numeric',
 			'update'	=> 'select',
-			'option'	=> $score_type,
+			'option'	=> $cron_type,
 			'search'	=> 'select',
 			'list'		=> true,
 		),