aa
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
func GetVendorMatterCategory(db *DaoDB, vendorID int) (vendorMatterCat []*model.VendorMatterCategory, err error) {
|
||||
sql := `
|
||||
SELECT * FROM vendor_matter_catgory WHERE deleted_at = ? AND vendor_id = ?
|
||||
SELECT * FROM vendor_matter_category WHERE deleted_at = ? AND vendor_id = ?
|
||||
`
|
||||
sqlParams := []interface{}{utils.DefaultTimeValue, vendorID}
|
||||
err = GetRows(db, &vendorMatterCat, sql, sqlParams)
|
||||
|
||||
Reference in New Issue
Block a user