mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-22 14:07:20 +08:00
# 2022-02-25
### 1.3.7 开源社区版: 无 ### 0.2.5 会员专业版: 【新增】数据库sku表【CoreCmsProducts】增加"赠送积分"【points】字段。 【新增】商品sku新增赠送积分功能,订单结算后可根据单品的积分与数量进行计算。与订单积分按照金额比例获取并存。 【新增】前端新增是否显示单品赠送积分功能,勾选显示,将在商品详情,购物车等界面显示购买此物品赠送多少积分的效果。 【优化】前端使用显示“积分”两个字的界面,替换为后台设置的名称。 【修复】修复form表单录入编辑界面属性值重复的问题。#I4V1PE 【修复】修复商品添加和编辑界面存在的错别字。#I4V1OR 【修复】修复广告位设置商品,弹出选择框不显示图片的问题。#I4V1EO
This commit is contained in:
@@ -296,7 +296,7 @@ namespace CoreCms.Net.Services
|
||||
{
|
||||
jm.msg += "积分核销";
|
||||
var pointLogRes = await _userPointLogServices.SetPoint(userId, 0 - order.point,
|
||||
(int)GlobalEnumVars.UserPointSourceTypes.PointTypeDiscount, "订单" + order.orderId + "使用积分");
|
||||
(int)GlobalEnumVars.UserPointSourceTypes.PointTypeDiscount, "订单" + order.orderId + "使用");
|
||||
if (pointLogRes.status == false)
|
||||
{
|
||||
return pointLogRes;
|
||||
|
||||
Reference in New Issue
Block a user