Commit e65e20f1 by huangZW

111

parent be6f6bb0
......@@ -53,7 +53,7 @@ public class MaidianDictApiServiceImpl implements MaidianDictApiService{
tab.setCreateTime(new Date());
tab.setUpdateTime(new Date());
tab.setStatus(1);
tab.setModuleId(UuidUtil.randomUUID());
tab.setDictId(UuidUtil.randomUUID());
tabHaobanMaidianDictMapper.insert(tab);
}else{
//更新
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment