Browse Source

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

release_toaliyun_real
hupeng 7 years ago
parent
commit
03f1d72619
1 changed files with 1 additions and 1 deletions
  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 View File

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


Loading…
Cancel
Save