Commit 04ee6c40 authored by 赵啸非's avatar 赵啸非

修改pom文件

parent 90341aa9
...@@ -73,6 +73,7 @@ public class DeviceApiController { ...@@ -73,6 +73,7 @@ public class DeviceApiController {
deviceLogEntity.setDeviceName(deviceEntity.getDeviceName()); deviceLogEntity.setDeviceName(deviceEntity.getDeviceName());
deviceLogEntity.setDeviceNum(deviceEntity.getDeviceCode()); deviceLogEntity.setDeviceNum(deviceEntity.getDeviceCode());
deviceLogEntity.setContent(JSONObject.toJSONString(req)); deviceLogEntity.setContent(JSONObject.toJSONString(req));
deviceEntity.setCreateUserId(1L);
deviceLogEntity.setCreateTime(new Date()); deviceLogEntity.setCreateTime(new Date());
deviceLogService.save(deviceLogEntity); deviceLogService.save(deviceLogEntity);
......
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