|
@@ -220,6 +220,8 @@ public class ProductInfoServiceImpl extends ServiceImpl<ProductInfoMapper, Produ
|
|
|
String victoriatouristJson = productInfo.getVictoriatouristJson();
|
|
|
JSONObject json = ObjectUtil.isNotEmpty(victoriatouristJson) ? JSONObject.parseObject(victoriatouristJson) : new JSONObject();
|
|
|
json.put("deptId", productInfoDto.getDeptId());
|
|
|
+ productInfo.setVictoriatouristJson(json.toJSONString());
|
|
|
+ updateById(productInfo);
|
|
|
}
|
|
|
|
|
|
}
|