Commit d84ad0a1 authored by hangjun83's avatar hangjun83

openapi 1.1

parent b2b87612
......@@ -45,7 +45,7 @@ class RhawnRawRepositoryEloquent extends BaseRepository implements RhawnRawRepos
public function getRawProductsThroughtRawCode($rawCode)
{
return $this->getRawProducts([
'r_code',$rawCode
'r_code' => $rawCode
]);
}
......@@ -67,7 +67,7 @@ class RhawnRawRepositoryEloquent extends BaseRepository implements RhawnRawRepos
public function getProductPackage($rawProductIds)
{
return $this->getRawProducts([
'r_id',$rawProductIds
'r_id' => $rawProductIds
]);
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment