Browse Source

update

V3
DengBiao 11 months ago
parent
commit
7bd9b7928c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      consume/mall_add_supply_goods.go

+ 2
- 0
consume/mall_add_supply_goods.go View File

@@ -109,5 +109,7 @@ func handleMallAddSupplyGoodsConsume(msgData []byte) error {
return err1
}
}

db.Db.Where("id = ?", pushStuct.Affected).Delete(model2.MallAddSupplyGoods{})
return nil
}

Loading…
Cancel
Save