1
This commit is contained in:
@@ -179,14 +179,6 @@ class Production extends Base
|
||||
return jsonSuccess([]);
|
||||
}
|
||||
|
||||
|
||||
public function mytest()
|
||||
{
|
||||
$p_info = $this->production_article_obj->where('p_article_id', 10)->find();
|
||||
dump(json_decode($p_info['main']));
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 编辑生产实例
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user