加盟商编码
This commit is contained in:
@@ -65,9 +65,6 @@ public class ShopStageInfoVO {
|
||||
Map<Long, ShopAuditInfoDO> auditMap = auditList.stream().collect(Collectors.toMap(ShopAuditInfoDO::getId, Function.identity()));
|
||||
List<ShopStageInfoVO> resultList = new ArrayList<>();
|
||||
for (ShopStageInfoDO stageInfo : stageList) {
|
||||
if (ShopSubStageEnum.SHOP_STAGE_13.getShopSubStage().equals(stageInfo.getShopSubStage())){
|
||||
continue;
|
||||
}
|
||||
ShopStageInfoVO shopStageInfo = new ShopStageInfoVO(stageInfo.getShopStage(), stageInfo.getShopSubStage(), stageInfo.getShopSubStageStatus(), stageInfo.getIsTerminated());
|
||||
ShopAuditInfoDO auditInfo = auditMap.get(stageInfo.getAuditId());
|
||||
AuditInfoVO auditInfoVO = AuditInfoVO.convertVO(auditInfo);
|
||||
|
||||
Reference in New Issue
Block a user