Commit 1b7b661772c0943354347c7c39098170fc58375a

Authored by 张志伟
2 parents b6c33969 aa3c5e29

Merge remote-tracking branch 'origin/dev' into test

fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/strategy/impl/IRFollowStrategy.java
... ... @@ -314,7 +314,7 @@ public class IRFollowStrategy extends AbstractFollowStrategy {
314 314 pool.setFrameNo(customer.getFrameNo());
315 315 pool.setPlateNo(customer.getPlateNo());
316 316  
317   - ShopDTO shop = oopService.shop(originalData.getShopId());
  317 + ShopDTO shop = oopService.shop(customer.getShopId());
318 318 if (Objects.nonNull(shop)) {
319 319 pool.setOriginalShopName(shop.getShopName());
320 320 }
... ...