This commit is contained in:
andy 2025-06-17 10:36:47 +08:00
parent 01fbcf0e55
commit 90dd5ff533

View File

@ -143,9 +143,9 @@ public class RzRestaurantImagesServiceImpl extends ServiceImpl<RzRestaurantImage
log.error("处理上传照片信息出现错误", e);
}
//下发照片
// eqSnDetailService.sendPhoto(Collections.asList(com.evo.equipment.constant.Constants.EQ_DEVICE_CODE),
// Collections.asList(Collections.asMap("userId", String.valueOf(rzRestaurantImages.getId()),
// "name", rzRestaurantImages.getName(), "photoUrl", rzRestaurantImages.getImageUrl())));
eqSnDetailService.sendPhoto(Collections.asList(com.evo.equipment.constant.Constants.EQ_DEVICE_CODE),
Collections.asList(Collections.asMap("userId", String.valueOf(rzRestaurantImages.getId()),
"name", rzRestaurantImages.getName(), "photoUrl", rzRestaurantImages.getImageUrl())));
}