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

[需求][1000115]:第一次不能保存商户折扣的问题

release_toaliyun_real
hupeng 7 лет назад
Родитель
Сommit
03f1d72619
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxLevelConfigServiceImpl.java

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

@@ -90,7 +90,7 @@ public class WxLevelConfigServiceImpl implements WxLevelConfigService {
wxLevelMerchantParam.setId(idWorker.nextId());
wxLevelMerchantParam.setCreateDate(new Date());
wxLevelMerchantParam.setTenantId(tenantId);
wxLevelMerchantParam.setDiscount(DEFAULT_MERCHANT_DISCOUNT);
wxLevelMerchantParam.setDiscount(l.getCount().intValue());
wxLevelMerchantapper.insertSelective(wxLevelMerchantParam);
}
});


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