winter 4 лет назад
Родитель
Сommit
1a5b848910
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponOrderServiceImpl.java

+ 3
- 3
mallinkService/src/main/java/com/iformall/service/impl/WxCouponOrderServiceImpl.java Просмотреть файл

@@ -550,7 +550,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService {
} }
private List<WxCouponOrderCVo> couponOrderListToCVoList(TenantEntity tenantEntity,List<WxCouponOrder> couponOrderList) { private List<WxCouponOrderCVo> couponOrderListToCVoList(TenantEntity tenantEntity,List<WxCouponOrder> couponOrderList) {
if (null != couponOrderList) {
if (null != couponOrderList && couponOrderList.size() >0 ) {
//查询coupon //查询coupon
List<Long> couponIds = new ArrayList<Long>(); List<Long> couponIds = new ArrayList<Long>();
for (int i = 0 ; i < couponOrderList.size(); i++){ for (int i = 0 ; i < couponOrderList.size(); i++){
@@ -724,7 +724,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService {
private List<WxCouponOrderCarCVo> couponOrderListToCarVoList(TenantEntity tenantEntity,List<WxCouponOrder> couponOrderList,boolean getMerchant) { private List<WxCouponOrderCarCVo> couponOrderListToCarVoList(TenantEntity tenantEntity,List<WxCouponOrder> couponOrderList,boolean getMerchant) {
if (null != couponOrderList) {
if (null != couponOrderList && couponOrderList.size() >0 ){
//查询coupon //查询coupon
List<Long> couponIds = new ArrayList<Long>(); List<Long> couponIds = new ArrayList<Long>();
for (int i = 0 ; i < couponOrderList.size(); i++){ for (int i = 0 ; i < couponOrderList.size(); i++){
@@ -2177,7 +2177,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService {
} }
private List<WxCardCVo> couponOrderToCardCVoList(TenantEntity tenantEntity,List<WxCouponOrder> couponOrderList) { private List<WxCardCVo> couponOrderToCardCVoList(TenantEntity tenantEntity,List<WxCouponOrder> couponOrderList) {
if (null != couponOrderList) {
if (null != couponOrderList && couponOrderList.size() > 0 ) {
//查询coupon //查询coupon
List<Long> couponIds = new ArrayList<Long>(); List<Long> couponIds = new ArrayList<Long>();
List<Long> couponOrderIds = new ArrayList<Long>(); List<Long> couponOrderIds = new ArrayList<Long>();


Загрузка…
Отмена
Сохранить