This commit is contained in:
wangjinlei
2023-07-11 09:28:06 +08:00
parent a4c92e437a
commit cf65d492f4
4 changed files with 70 additions and 0 deletions

View File

@@ -517,6 +517,7 @@ class Production extends Base
if (!$rule->check($data)) {
return jsonError($rule->getError());
}
$this->refuseReferIndex($data['p_article_id']);
$list = $this->production_article_refer_obj->where('p_article_id', $data['p_article_id'])->where('state', 0)->order("index")->select();
$re['refers'] = $list;
return jsonSuccess($re);