Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e49689ceec
@ -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
|
||||
|
@ -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")){
|
||||
|
Loading…
Reference in New Issue
Block a user