yann
Results
1
issues of
yann
建议 `service.go.tpl` 模板文件中 `Update` 方法忽略 `id` 字段,否则更新的时候很有可能更改主键 > If you only want to update or ignore some fields when updating, you could use `Select`, `Omit` before ```go func Update{{.StructName}}({{.Abbreviation}} *model.{{.StructName}})...
good first issue