jinpengyong
2021-08-03 bf8cb657cd550ce3061401bdf2842723d3c190a2
screen-manage/src/main/java/com/moral/api/service/impl/HistoryMinutelyServiceImpl.java
@@ -2,6 +2,7 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.Date;
import java.util.HashMap;
@@ -24,6 +25,7 @@
    private DeviceService deviceService;
    @Override
    @Transactional
    public void insertHistoryMinutely(Map<String, Object> data) {
        Map<String, Object> result = new HashMap<>();
        Map<String, Object> dataAdjust = new HashMap<>(data);