Commit 7e62cea4 by gdj

保存操作记录ManageDeviceOperatingRecord

parent df902246
...@@ -29,6 +29,8 @@ public class ManageDeviceOperatingRecordServiceImpl extends ServiceImpl<IManageD ...@@ -29,6 +29,8 @@ public class ManageDeviceOperatingRecordServiceImpl extends ServiceImpl<IManageD
record.setOperatingType(operatingType); record.setOperatingType(operatingType);
record.setIp(getIpAddr()); record.setIp(getIpAddr());
this.save(record);
return record; return record;
} }
} }
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