Skip to content

Commit

Permalink
v1.3.1修复错误
Browse files Browse the repository at this point in the history
  • Loading branch information
tengfei-xy committed Feb 6, 2024
1 parent a0e631b commit 76571d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion product.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (product *productStruct) get_seller_id() string {
return product.id
}
func (product *productStruct) insert_selll_id() error {
_, err := app.db.Exec("insert into seller (seller_id,app) values(?,?)", product.id, 0)
_, err := app.db.Exec("insert into seller (seller_id,app_id) values(?,?)", product.id, 0)
return err
}

Expand Down

0 comments on commit 76571d0

Please sign in to comment.