| | |
| | | import com.ruoyi.system.api.service.RemoteConfigService; |
| | | import com.ruoyi.system.api.service.RemoteGoodsService; |
| | | import com.ruoyi.system.api.service.RemoteShopService; |
| | | import org.springframework.context.annotation.Lazy; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | |
| | | |
| | | @Resource |
| | | private CouponRelGoodsService couponRelGoodsService; |
| | | |
| | | |
| | | @Resource |
| | | private CouponMapper couponMapper; |
| | | |
| | | |
| | | @Resource |
| | | private RemoteGoodsService remoteGoodsService; |
| | | |
| | | |
| | | @Resource |
| | | private CouponTotalService couponTotalService; |
| | | |
| | | |
| | | @Lazy |
| | | @Resource |
| | | private MemberService memberService; |
| | | |
| | | |
| | | @Lazy |
| | | @Resource |
| | | private MemberCouponService memberCouponService; |
| | | |
| | | |
| | | @Resource |
| | | private RemoteActivityService remoteActivityService; |
| | | |
| | | |
| | | @Resource |
| | | private MemberCouponRecordService memberCouponRecordService; |
| | | |
| | | |
| | | @Resource |
| | | private RemoteShopService remoteShopService; |
| | | |
| | |
| | | * @return void |
| | | */ |
| | | @Override |
| | | public void editMgtCoupon(MgtCouponEditDto mgtCouponEditDto){ |
| | | public void editMgtCoupon(MgtCouponEditDto mgtCouponEditDto){ |
| | | //编辑优惠券 |
| | | Coupon coupon; |
| | | CouponTotal couponTotal; |
| | |
| | | metAuditCouponTotalVo.setRefuseTotal(refuseTotal); |
| | | return metAuditCouponTotalVo; |
| | | } |
| | | |
| | | @Override |
| | | public void endImmediately(MgtBaseGetDto mgtBaseGetDto) { |
| | | |
| | | } |
| | | } |