提交 68a7785c authored 作者: Whispa's avatar Whispa

commit commit

上级 e1c0937e
......@@ -282,7 +282,7 @@ public class UserController extends Controller {
if( itemOptional.isPresent() ) {
TbCfItemCollection tbCfItemCollection = new TbCfItemCollection();
tbCfItemCollection.setUserId(userId);
tbCfItemCollection.setUserId(uid());
tbCfItemCollection.setId(uid());
tbCfItemCollection.setItem(itemOptional.get());
itemCollectionRepository.save(tbCfItemCollection);
return new Result<>(tbCfItemCollection);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论