| Line 76... |
Line 76... |
| 76 |
import com.spice.profitmandi.dao.enumuration.catalog.ItemCriteriaType;
|
76 |
import com.spice.profitmandi.dao.enumuration.catalog.ItemCriteriaType;
|
| 77 |
import com.spice.profitmandi.dao.enumuration.cs.EscalationType;
|
77 |
import com.spice.profitmandi.dao.enumuration.cs.EscalationType;
|
| 78 |
import com.spice.profitmandi.dao.enumuration.dtr.LeadStatus;
|
78 |
import com.spice.profitmandi.dao.enumuration.dtr.LeadStatus;
|
| 79 |
import com.spice.profitmandi.dao.model.CreateOfferRequest;
|
79 |
import com.spice.profitmandi.dao.model.CreateOfferRequest;
|
| 80 |
import com.spice.profitmandi.dao.model.ItemTypeParams;
|
80 |
import com.spice.profitmandi.dao.model.ItemTypeParams;
|
| - |
|
81 |
import com.spice.profitmandi.dao.model.ItemWiseTertiaryModel;
|
| 81 |
import com.spice.profitmandi.dao.model.MonthSaleModel;
|
82 |
import com.spice.profitmandi.dao.model.MonthSaleModel;
|
| 82 |
import com.spice.profitmandi.dao.model.PartnerDetailModel;
|
83 |
import com.spice.profitmandi.dao.model.PartnerDetailModel;
|
| 83 |
import com.spice.profitmandi.dao.model.SimpleCampaign;
|
84 |
import com.spice.profitmandi.dao.model.SimpleCampaign;
|
| 84 |
import com.spice.profitmandi.dao.model.SimpleCampaignParams;
|
85 |
import com.spice.profitmandi.dao.model.SimpleCampaignParams;
|
| 85 |
import com.spice.profitmandi.dao.model.WarehouseBrandWiseItemSaleModel;
|
86 |
import com.spice.profitmandi.dao.model.WarehouseBrandWiseItemSaleModel;
|
| Line 1420... |
Line 1421... |
| 1420 |
warehousePartnersSalesMap.put(0, wp);
|
1421 |
warehousePartnersSalesMap.put(0, wp);
|
| 1421 |
}
|
1422 |
}
|
| 1422 |
return warehousePartnersSalesMap;
|
1423 |
return warehousePartnersSalesMap;
|
| 1423 |
}
|
1424 |
}
|
| 1424 |
|
1425 |
|
| - |
|
1426 |
@RequestMapping(value = "/getItemWiseTertiary", method = RequestMethod.GET)
|
| - |
|
1427 |
public String getItemWiseTertiary(HttpServletRequest request,
|
| - |
|
1428 |
@RequestParam(name = ProfitMandiConstants.FOFO_ID) int fofoId, Model model)
|
| - |
|
1429 |
throws ProfitMandiBusinessException {
|
| - |
|
1430 |
List<ItemWiseTertiaryModel> itemWiseTertiary = fofoOrderRepository.SelectItemWiseTertiary(fofoId);
|
| - |
|
1431 |
|
| - |
|
1432 |
LOGGER.info("itemWiseTertiary" + itemWiseTertiary);
|
| - |
|
1433 |
|
| - |
|
1434 |
model.addAttribute("itemWiseTertiary", itemWiseTertiary);
|
| - |
|
1435 |
return "item-wise-tertiary";
|
| - |
|
1436 |
}
|
| - |
|
1437 |
|
| 1425 |
}
|
1438 |
}
|