Commit 3de813f6 authored by hangjun83's avatar hangjun83

药明康德更新

parent 48e26281
......@@ -52,7 +52,7 @@ class RhawnRawRepositoryEloquent extends BaseRepository implements RhawnRawRepos
public function getRawProducts($where)
{
$raw = $this
->join('products', 'products.c_id','raw.c_id')
->join('products', 'products.r_id','raw.r_id')
->join('chemicals', 'chemicals.c_id','raw.c_id');
foreach($where as $key => $w){
if(!is_array($w)){
......
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