标签内容修改
This commit is contained in:
+1
@@ -76,6 +76,7 @@ public class SysDictItemController {
|
||||
try {
|
||||
sysDictItem.setCreateTime(new Date());
|
||||
sysDictItem.setDelFlag(CommonConstant.DEL_FLAG_0);
|
||||
sysDictItem.setStatus(1);
|
||||
sysDictItemService.save(sysDictItem);
|
||||
result.success("保存成功!");
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user