|
|
@@ -269,7 +269,7 @@ class Entrust extends Backend
|
|
|
public function submit(){
|
|
|
if (false === $this->request->isPost()) {
|
|
|
$id = input('id');
|
|
|
- $judgeData = Db::name('item_judge')->column('id,name');
|
|
|
+ $judgeData = Db::name('item_judge')->whereNull('delete')->column('id,name');
|
|
|
|
|
|
$this->view->assign('judgeData', $judgeData);
|
|
|
$this->view->assign('id', $id);
|