Skip to content

Commit

Permalink
Merge pull request #142 from tongxinwei/patch-1
Browse files Browse the repository at this point in the history
Update documentation.md
  • Loading branch information
karldoenitz authored Sep 13, 2024
2 parents 21a1e95 + 75a7cf1 commit 5150cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ Cache-Control: no-cached
```sql
SELECT * FROM staff WHERE last_name = '狂徒张三' AND age IN (17,18,19) AND update_at > '2023-01-01';
```
注:`staff`即是model中Staff对应的数据库表名。
### func (*BaseHandler) ResponseFmt
```go
func (baseHandler *BaseHandler) ResponseFmt(format string, values... interface{})
Expand Down

0 comments on commit 5150cf4

Please sign in to comment.