mirror of https://gitee.com/answerdev/answer.git
style(search_repo): sql code style
This commit is contained in:
parent
8b861b6fd7
commit
1aacf2802c
|
@ -33,7 +33,7 @@ var (
|
|||
"`user_id`",
|
||||
"`vote_count`",
|
||||
"`answer_count`",
|
||||
"CASE WHEN `accepted_answer_id` >0 THEN 2 ELSE 0 END as `accepted`",
|
||||
"CASE WHEN `accepted_answer_id` > 0 THEN 2 ELSE 0 END as `accepted`",
|
||||
"`question`.`status` as `status`",
|
||||
"`post_update_time`",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue