代码更新
This commit is contained in:
@@ -40,8 +40,6 @@ import org.nl.wql.WQL;
|
||||
import org.nl.wql.core.bean.WQLObject;
|
||||
import org.nl.wql.util.WqlUtil;
|
||||
import org.openscada.opc.lib.da.Server;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.data.domain.Pageable;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
@@ -69,13 +67,8 @@ public class DeviceServiceImpl implements DeviceService, ApplicationAutoInitial
|
||||
List<StorageCellDto> storageCells = new ArrayList<>();
|
||||
private Map<String, Integer> storage_address = new HashMap();
|
||||
|
||||
Logger logger = LoggerFactory.getLogger(DeviceServiceImpl.class);
|
||||
|
||||
|
||||
@Override
|
||||
public Map<String, Object> queryAll(Map whereJson, Pageable page) {
|
||||
logger.info("Hello World");
|
||||
|
||||
HashMap param = new HashMap();
|
||||
param.put("flag", "01");
|
||||
if (whereJson.get("blurry") != null) {
|
||||
|
||||
Reference in New Issue
Block a user