mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:13:26 +08:00
【优化】后台商家手机号码支持设置多个,方便多个商家管理员收到下单短信提醒
This commit is contained in:
@@ -103,7 +103,7 @@ namespace CoreCms.Net.RedisMQ.Subscribe
|
||||
//如果订单实际支付金额是0的话,那就是全积分。
|
||||
var practicalProportion = order.orderAmount <= 0 ? 1 : Math.Round(order.pointMoney / order.orderAmount, 4);
|
||||
|
||||
//未发货的商品库存调整,如果订单未发货或者部分发货,并且用户未收到商品的情况下,需要解冻冻结库存
|
||||
//未发货的商品库存调整,如果订单未发货或者部分发货,并且用户未收到商品的情况下
|
||||
if ((order.shipStatus == (int)GlobalEnumVars.OrderShipStatus.No ||
|
||||
order.shipStatus == (int)GlobalEnumVars.OrderShipStatus.PartialYes) &&
|
||||
info.type == (int)GlobalEnumVars.BillAftersalesIsReceive.Refund && p.nums == 0)
|
||||
@@ -119,7 +119,8 @@ namespace CoreCms.Net.RedisMQ.Subscribe
|
||||
}
|
||||
//如果是单品模式
|
||||
else if (pointExchangeModel == 2)
|
||||
{
|
||||
{
|
||||
//未发货的商品库存调整,如果订单未发货或者部分发货,并且用户未收到商品的情况下
|
||||
if ((order.shipStatus == (int)GlobalEnumVars.OrderShipStatus.No ||
|
||||
order.shipStatus == (int)GlobalEnumVars.OrderShipStatus.PartialYes) &&
|
||||
info.type == (int)GlobalEnumVars.BillAftersalesIsReceive.Refund && p.nums == 0)
|
||||
|
||||
Reference in New Issue
Block a user