This website works better with JavaScript.
Home
Explore
Help
Sign In
huangjiajun
/
community_team
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
master
huangjiajun
1 month ago
parent
635de121a8
commit
42dab97608
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/store/svc/svc_agent_goods.go
+ 1
- 1
app/store/svc/svc_agent_goods.go
View File
@@ -78,7 +78,7 @@ func AgentGoodsCopy(c *gin.Context) {
v.Stock = 0
v.Uid = user.Info.Uid
v.StoreType = 1
v.Cid =
0
v.Cid =
utils.StrToInt(arg["cid"])
_, err := sess.Insert(&v)
if err != nil {
sess.Rollback()
Write
Preview
Loading…
Cancel
Save