Просмотр исходного кода

/、update

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
63962979c4
1 измененных файлов: 11 добавлений и 4 удалений
  1. +11
    -4
      mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java

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

@@ -368,7 +368,10 @@ public class WxFlowServiceImpl implements WxFlowService {
|| EnumFlowKey.NEW_CARD_UPLINE.getCode().equals(flowType)
|| EnumFlowKey.NEW_GROUP_UPLINE.getCode().equals(flowType)
|| EnumFlowKey.NEW_PRESS_UPLINE.getCode().equals(flowType)
|| EnumFlowKey.B_COUPON_MERCHANT_CREATE.getCode().equals(flowType)) {
|| EnumFlowKey.B_COUPON_MERCHANT_CREATE.getCode().equals(flowType)
|| EnumFlowKey.NEW_COUPON_PREORDER_UPLINE.getCode().equals(flowType)
|| EnumFlowKey.NEW_COUPON_DISTRIBUTION_UPLINE.getCode().equals(flowType)
|| EnumFlowKey.NEW_COUPON_CREDIT_UPLINE.getCode().equals(flowType)) {
WxCoupon wxCoupon = new WxCoupon();
wxCoupon.setId(Long.parseLong(businessId));
wxCoupon.setUpdateDate(new Date());
@@ -740,9 +743,13 @@ public class WxFlowServiceImpl implements WxFlowService {
}
public boolean isCoupon(Integer flowType){
if(EnumFlowKey.NEW_COUPON_UPLINE.getCode().equals(flowType)
||EnumFlowKey.NEW_CARD_UPLINE.getCode().equals(flowType)
||EnumFlowKey.NEW_GROUP_UPLINE.getCode().equals(flowType)
||EnumFlowKey.NEW_PRESS_UPLINE.getCode().equals(flowType)
|| EnumFlowKey.NEW_CARD_UPLINE.getCode().equals(flowType)
|| EnumFlowKey.NEW_GROUP_UPLINE.getCode().equals(flowType)
|| EnumFlowKey.NEW_PRESS_UPLINE.getCode().equals(flowType)
|| EnumFlowKey.B_COUPON_MERCHANT_CREATE.getCode().equals(flowType)
|| EnumFlowKey.NEW_COUPON_PREORDER_UPLINE.getCode().equals(flowType)
|| EnumFlowKey.NEW_COUPON_DISTRIBUTION_UPLINE.getCode().equals(flowType)
|| EnumFlowKey.NEW_COUPON_CREDIT_UPLINE.getCode().equals(flowType)
){
return true;
}


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