|
@@ -209,6 +209,13 @@ class BooksSeries extends Backend
|
|
return $this->view->fetch();
|
|
return $this->view->fetch();
|
|
}
|
|
}
|
|
$params = $this->request->post();
|
|
$params = $this->request->post();
|
|
|
|
+ if($params['status'] == 1){
|
|
|
|
+ $books = \app\admin\model\books\Books::where('series_id','in',$ids)->find();
|
|
|
|
+ if($books){
|
|
|
|
+ $this->error('该系列下还有绑定的教材 请修改后操作');
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
// $params = $this->request->post('row/a');
|
|
// $params = $this->request->post('row/a');
|
|
// if (empty($params)) {
|
|
// if (empty($params)) {
|
|
// $this->error(__('Parameter %s can not be empty', ''));
|
|
// $this->error(__('Parameter %s can not be empty', ''));
|