gogf / gf-cli

GoFrame Command Line Interface, which is your helpmate for building GoFrame application with convenience.
https://goframe.org
MIT License
255 stars 106 forks source link

1.17.0 可能暂时不可用 #118

Open steve-jokes opened 3 years ago

steve-jokes commented 3 years ago

手抖将 gf 给 update 了, 目前(20200903)框架仓库还在 1.16.6 1.17.0 的 gfcli 生成 dao 以后结构有变化, 不是嵌套 gmvc.M 了, 会导致无法调用 Save 等方法 可能是这样, 目前已经回退回去了

willdoge commented 3 years ago

同样的问题,在考虑是回退还是直接手动初始化model然后调用

aiwennba commented 2 years ago

同上,遇到同样的问题准备回退