|
|
@@ -195,7 +195,6 @@ public class IotDeviceCbdController extends BaseController {
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("devBid", resVo.getDevBid());
|
|
|
map.put("cbdimgDelstatus", "0");
|
|
|
- System.out.println(resVo.getDevBid()+"xxxxxxxxxxx");
|
|
|
long count = mongoService.count(IotCbdimg.class, map);
|
|
|
resVo.setImgCount(count);
|
|
|
|