bug
This commit is contained in:
parent
f580ad2646
commit
f16d31ca40
@ -112,7 +112,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);
|
||||
=======
|
||||
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