| Line 702... |
Line 702... |
| 702 |
LOGGER.info("sdssd" + fofoOrder);
|
702 |
LOGGER.info("sdssd" + fofoOrder);
|
| 703 |
fofoOrder.setTotalAmount(totalAmount);
|
703 |
fofoOrder.setTotalAmount(totalAmount);
|
| 704 |
List<FofoItemIdAmountModel> fofoItemIdAmountModel = partnerOptionsAndItemAmountModel.getItemAmountModel();
|
704 |
List<FofoItemIdAmountModel> fofoItemIdAmountModel = partnerOptionsAndItemAmountModel.getItemAmountModel();
|
| 705 |
for (FofoItemIdAmountModel fim : fofoItemIdAmountModel) {
|
705 |
for (FofoItemIdAmountModel fim : fofoItemIdAmountModel) {
|
| 706 |
LOGGER.info("fim" + fim.getFofoItemId());
|
706 |
LOGGER.info("fim" + fim.getFofoItemId());
|
| - |
|
707 |
|
| - |
|
708 |
LOGGER.info("fimAmount" + fim.getAmount());
|
| 707 |
Item item = itemRepository.selectById(fim.getItemId());
|
709 |
Item item = itemRepository.selectById(fim.getItemId());
|
| 708 |
TagListing tagListing = tagListingRepository.selectByItemId(item.getId());
|
710 |
TagListing tagListing = tagListingRepository.selectByItemId(item.getId());
|
| 709 |
FofoOrderItem fofoOrderItem = fofoOrderItemRepository.selectById(fim.getFofoItemId());
|
711 |
FofoOrderItem fofoOrderItem = fofoOrderItemRepository.selectById(fim.getFofoItemId());
|
| 710 |
LOGGER.info("category" + item.getCategoryId());
|
712 |
LOGGER.info("category" + item.getCategoryId());
|
| 711 |
if (item.getCategoryId() == ProfitMandiConstants.MOBILE_CATEGORY_ID) {
|
713 |
if (item.getCategoryId() == ProfitMandiConstants.MOBILE_CATEGORY_ID) {
|