|
|
@@ -176,6 +176,9 @@ public class IotDeviceCbdController extends BaseController {
|
|
|
devBidList.add(devInfo.getDevBid());
|
|
|
Map<String, Long> imgCountMap = getImgCountMap(devBidList);
|
|
|
devInfo.setImgCount(imgCountMap.getOrDefault(devBid, 0L));
|
|
|
+ if(!"1".equals(devInfo.getDevRecogtype())){
|
|
|
+ devInfo.setDevRecogtype("0");
|
|
|
+ }
|
|
|
return success(devInfo);
|
|
|
}
|
|
|
|