|
@@ -115,6 +115,6 @@ func (s *SupplierfileService) CheckIsManuf(id string) (IsManufacturer string) {
|
|
|
//查看是否为制造商
|
|
//查看是否为制造商
|
|
|
func (s *SupplierfileService) GetListBySupplierId(SupplierId string) (entitys []OilSupplierFile) {
|
|
func (s *SupplierfileService) GetListBySupplierId(SupplierId string) (entitys []OilSupplierFile) {
|
|
|
queryWhere := "SupplierId='" + SupplierId + "'"
|
|
queryWhere := "SupplierId='" + SupplierId + "'"
|
|
|
- s.GetEntityByWhere("OilSupplierFile", queryWhere, entitys)
|
|
|
|
|
|
|
+ s.GetEntityByWhere("OilSupplierFile", queryWhere, &entitys)
|
|
|
return entitys
|
|
return entitys
|
|
|
}
|
|
}
|