Commit fc12e7aa by yangyang

代码同步提交(湖南)

parent 187edf5c
......@@ -44,6 +44,7 @@ public class SkDictionaryController implements ExcelControllerInterface {
@OperLog(message = "新增字典信息",operation = OperationType.ADD)
public MapRestResult save(SkDictionary skDictionary) {
skDictionary.setXxzjbh(KeyUtil.getUUIDKey("ZD"));
skDictionary.setIsdeleted("0");
boolean flag = service.save(skDictionary);
if (flag){
return new MapRestResult();
......
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