fix 测量阶段和设计阶段待办
This commit is contained in:
@@ -658,6 +658,7 @@ public class DeskServiceImpl implements DeskService {
|
||||
preparationCommonPendingVO.setLineId(x.getLineId());
|
||||
preparationCommonPendingVO.setShopId(x.getShopId());
|
||||
ShopInfoDO shopInfoDO = shopInfoMap.getOrDefault(x.getShopId(), new ShopInfoDO());
|
||||
preparationCommonPendingVO.setStoreType(shopInfoDO.getStoreType());
|
||||
if (shopInfoDO != null) {
|
||||
PointInfoDO pointInfoDO = pointMap.get(shopInfoDO.getPointId());
|
||||
if (pointInfoDO != null) {
|
||||
|
||||
Reference in New Issue
Block a user