Merge remote-tracking branch 'origin/master'

This commit is contained in:
cun-nan 2024-01-22 14:28:50 +08:00
commit e49689ceec
2 changed files with 3 additions and 6 deletions

View File

@ -111,7 +111,7 @@ export default {
getList(){
this.loading = true
this.queryParams.userId = this.userId
this.queryParams.mtUserId = this.userId
getCardFavorableList(this.queryParams).then(res=>{
if (res.code == 200) {
this.list = res.data.records

View File

@ -456,16 +456,13 @@ public class ActiveExchangeServiceImpl implements ActiveExchangeService {
List<ActiveDiscountPayVO> activeFuletVOLists = oilOrderMapper.selectActiveFules(storeId,paymentActiveDTO.getAmount(),paymentActiveDTO.getOilId(),paymentActiveDTO.getMtUserLevel());
activeFuletVOList.addAll(activeFuletVOLists);
//优惠券
//<<<<<<< HEAD
paymentActiveDTO.setUserId(userId);
// paymentActiveDTO.setUserId(117);
//=======
//paymentActiveDTO.setUserId(userId);
paymentActiveDTO.setUserId(117);
if (ObjectUtils.isNotEmpty(paymentActiveDTO.getUserId())){
userId = paymentActiveDTO.getUserId();
}
paymentActiveDTO.setUserId(userId);
//>>>>>>> origin/master
List<CardFavorableRecordVO> canUserCardFavorableList = cardFavorableRecordMapper.getCanUserCardFavorableList(paymentActiveDTO);
//如果是储值卡付款直接过滤掉
if(paymentActiveDTO.getType().equals("0")){