@@ -16,7 +16,10 @@ class PxClassController extends BaseController
public function actionList()
{
$sjId = $this->sjId;
- $where = ['sjId'=>$sjId];
+ $where = [
+ 'sjId' => $sjId,
+ 'delStatus' => 0,
+ ];
$respond = PxClassClass::getClassList($where);
util::success($respond);