1
This commit is contained in:
@@ -1617,7 +1617,16 @@ class Production extends Base
|
||||
}
|
||||
|
||||
public function testtest(){
|
||||
$this->doiTofrag(7);
|
||||
$data = $this->request->post();
|
||||
$rule = new Validate([
|
||||
"id"=>"require"
|
||||
]);
|
||||
if(!$rule->check($data)){
|
||||
return jsonError($rule->getError());
|
||||
}
|
||||
$d = $this->production_article_refer_obj->where("p_refer_id",$data['id'])->find();
|
||||
$res = my_doiToFrag2($d);
|
||||
return jsonSuccess($res);
|
||||
}
|
||||
|
||||
public function doiTofrag($p_article_id)
|
||||
|
||||
Reference in New Issue
Block a user