京东只能设置一个满减,之前理解有误

This commit is contained in:
gazebo
2019-10-15 15:57:42 +08:00
parent 0c33dd62dc
commit b442d55ebe

View File

@@ -189,6 +189,7 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
},
},
})
break // 京东只能设置一个满减,之前理解有误
}
}
}