|
@@ -821,7 +821,7 @@ public class ManagerController extends BaseController {
|
|
|
ManagerController.log.info("更新模型库,syncmodel接口参数:" + jsonObject.toJSONString());
|
|
|
uploadToOssUtil.uploadTo4dTjw(array.toJSONString().getBytes(), "domain/eHome/furniture/syncdata/" +
|
|
|
version + "/SyncData.json");
|
|
|
- String message = param.getId() + ":;" + "1" + ":;" + jsonObject.toString();
|
|
|
+ String message = id + ":;" + "1" + ":;" + jsonObject.toString();
|
|
|
rabbitTemplate.convertAndSend(TopicRabbitConfig.TOPICE, TopicRabbitConfig.SYNCMODEL, message);
|
|
|
|
|
|
uploadToOssUtil.copyTo4dTjw(renovationPartsDetailEntity.getImg().replace(prefix, ""),
|