minor fixes
This commit is contained in:
@ -53,7 +53,7 @@ func (c *client) Category() entity.CategoryRepository {
|
||||
}
|
||||
|
||||
func (c *client) GoodsItem() entity.GoodsItemRepository {
|
||||
return newGoodsItemClient(c.db)
|
||||
return newGoodsItemClient(c.db, useJSON)
|
||||
}
|
||||
|
||||
func (c *client) QueueClient() entity.MessageQueue {
|
||||
|
||||
Reference in New Issue
Block a user