DengBiao 11ヶ月前
コミット
7bd9b7928c
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      consume/mall_add_supply_goods.go

+ 2
- 0
consume/mall_add_supply_goods.go ファイルの表示

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

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

読み込み中…
キャンセル
保存