提交 2aae68c3 编写于 作者: M megagao

修改了文件

上级 c9f51a75
......@@ -57,9 +57,6 @@ public class CustomServiceImpl implements CustomService{
@Override
public CustomResult insert(Custom custom) {
//custom补全
String customId = IDUtils.genStringId();
custom.setCustomId(customId);
customMapper.insert(custom);
return CustomResult.ok();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册