1
This commit is contained in:
parent
01fbcf0e55
commit
90dd5ff533
@ -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())));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user