|
func GetSealInfoByDateAndCompanyId(startDate, endDate string, companyId int) (sealInfo *Seal, err error) {
|
|
func GetSealInfoByDateAndCompanyId(startDate, endDate string, companyId int) (sealInfo *Seal, err error) {
|
|
err = o.Raw(sql, startDate, endDate, companyId).QueryRow(&sealInfo)
|
|
err = o.Raw(sql, startDate, endDate, companyId).QueryRow(&sealInfo)
|