This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_mq_consume
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
V3
DengBiao
11 months ago
parent
9a1ed36ef5
commit
7bd9b7928c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save