|
func GetCompanyList(endDate string) (list []*CompanyReportRecord, err error) {
|
|
func GetCompanyList(endDate string) (list []*CompanyReportRecord, err error) {
|
|
sql := ` SELECT a.company_id,a.company_name,a.credit_code,b.status,b.start_date,b.end_date,b.seller_id,b.seller_name,b.company_product_id
|
|
sql := ` SELECT a.company_id,a.company_name,a.credit_code,b.status,b.start_date,b.end_date,b.seller_id,b.seller_name,b.company_product_id
|
|
_, err = o.Raw(sql).QueryRows(&list)
|
|
_, err = o.Raw(sql).QueryRows(&list)
|