|
|
|
@@ -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); |
|
|
|
} |
|
|
|
}); |
|
|
|
|