|
|
@@ -1,13 +1,8 @@
|
|
|
package com.java110.community.bmo.assets.impl;
|
|
|
|
|
|
import com.alibaba.fastjson.JSONArray;
|
|
|
-import com.alibaba.fastjson.JSONObject;
|
|
|
-import com.java110.community.bmo.assets.IQueryAssetsInspectionBMO;
|
|
|
import com.java110.community.bmo.assets.IQueryAssetsOpenDoorBMO;
|
|
|
-import com.java110.dto.inspectionTask.InspectionTaskDto;
|
|
|
import com.java110.intf.common.IMachineRecordInnerServiceSMO;
|
|
|
-import com.java110.intf.community.IInspectionTaskInnerServiceSMO;
|
|
|
-import com.java110.utils.util.DateUtil;
|
|
|
import com.java110.vo.ResultVo;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
@@ -15,10 +10,6 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.http.ResponseEntity;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
-import java.util.Calendar;
|
|
|
-import java.util.Date;
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
@Service
|
|
|
public class QueryAssetsOpenDoorBMOImpl implements IQueryAssetsOpenDoorBMO {
|
|
|
protected final static Logger logger = LoggerFactory.getLogger(QueryAssetsOpenDoorBMOImpl.class);
|
|
|
@@ -45,5 +36,10 @@ public class QueryAssetsOpenDoorBMOImpl implements IQueryAssetsOpenDoorBMO {
|
|
|
return ResultVo.createResponseEntity(data);
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public ResponseEntity<String> queryImage(String communityId) {
|
|
|
+ return null;
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
}
|