Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

生成代码的内容有问题 #569

Closed
maliyan opened this issue Nov 5, 2021 · 1 comment
Closed

生成代码的内容有问题 #569

maliyan opened this issue Nov 5, 2021 · 1 comment
Labels

Comments

@maliyan
Copy link

maliyan commented Nov 5, 2021

按照这个示例生成代码之后,发现 app/admin/service/dto/article.go内容生成的有问题,会导致请求这个示例路径404:http://127.0.0.1:8000/api/v1/article?pageIndex=1&pageSize=10&beginTime=&endTime=

如下图:

image

解决方案: 修改template/v4/dto.go.template:18文件,将最后的一个-去掉,保证了time包会"追加"到上一个包的后面。
image


这个文件也缺少import time包:app/admin/service/article.go

image

@wenjianzhang
Copy link
Member

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants