Commit 070aed91 by gdj

保存操作记录ManageDeviceOperatingRecord

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