1
This commit is contained in:
@@ -2686,7 +2686,7 @@ func UpdateTiktokShopTotalMoney() {
|
||||
func UpdateTaoSettleInfo() {
|
||||
db := dao.GetDB()
|
||||
|
||||
storeMaps, err := dao.GetStoresMapList(db, []int{model.VendorIDTaoVegetable}, []int{667321}, nil, 0, 0, "", "", "")
|
||||
storeMaps, err := dao.GetStoresMapList(db, []int{model.VendorIDTaoVegetable}, []int{667321}, nil, -9, -1, "", "", "")
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
@@ -88,11 +88,6 @@ func (c *PurchaseHandler) onAfsOrderMsg(status string, msg interface{}) (retVal
|
||||
if err != nil {
|
||||
return tao_vegetable.CallBackResultInfo(err)
|
||||
}
|
||||
if *skuList.OrderStatus != tao_vegetable.OrderStatusSuccess {
|
||||
// 用户申请售后,只有订单完成之后才可以!现在是售中取消和售后取消都在走这个接口
|
||||
// 所以只处理售后取消的消息
|
||||
return tao_vegetable.CallBackResultInfo(nil)
|
||||
}
|
||||
|
||||
for _, refundSku := range refundData.SubRefundOrders { // 本次退款订单
|
||||
afsOrder = &model.AfsOrder{
|
||||
|
||||
Reference in New Issue
Block a user