| | |
| | | import com.doumee.dao.system.model.SystemDictData; |
| | | import com.doumee.dao.web.response.goods.CartGoodsResponse; |
| | | import com.doumee.service.business.*; |
| | | import com.doumee.service.business.impl.MemberCouponServiceImpl; |
| | | import com.doumee.service.system.SystemDictDataService; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.shiro.SecurityUtils; |
| | |
| | | public GoodsorderService goodsorderService; |
| | | |
| | | @Autowired |
| | | public ShopService shopService; |
| | | |
| | | @Autowired |
| | | public WithdrawRecordService withdrawRecordService; |
| | | |
| | | @Autowired |
| | | public MemberBankService memberBankService; |
| | | |
| | | @Autowired |
| | | public MemberCouponServiceImpl memberCouponServiceImpl; |
| | | |
| | | @Autowired |
| | | public GoodsorderDetailService goodsorderDetailService; |
| | | |
| | | @Autowired |
| | |
| | | @Autowired |
| | | public ArticleService articleService; |
| | | |
| | | @Autowired |
| | | public ShopService shopService; |
| | | |
| | | @Autowired |
| | | public ShopNewsService shopNewsService; |
| | |
| | | return obj != null ? (Integer) obj : null; |
| | | } |
| | | |
| | | protected Integer getShopId() { |
| | | Object obj = this.getRequest().getAttribute(JwtTokenUtil.ShopId_Name); |
| | | return obj != null ? (Integer) obj : null; |
| | | } |
| | | |
| | | |
| | | } |