| | |
| | | import com.ruoyi.system.api.model.QwH5LoginVo; |
| | | import com.ruoyi.system.api.model.QwUserDetailDto; |
| | | import com.ruoyi.system.api.service.*; |
| | | import io.seata.spring.annotation.GlobalTransactional; |
| | | import lombok.extern.log4j.Log4j2; |
| | | import org.redisson.api.RLock; |
| | | import org.redisson.api.RedissonClient; |
| | |
| | | vo = orderMapper.getPlTotalThirdOrderStatics(mgtBasePlatformDto); |
| | | return vo; |
| | | } |
| | | |
| | | @Override |
| | | public StaticsShopMgtGoodsVO getGoodsSellStatic(List<String> goodsIdList) { |
| | | return orderGoodsService.getGoodsSellStatic(goodsIdList); |
| | | } |
| | | } |