|
@@ -27,7 +27,6 @@ class ComonOrder extends Base
|
|
protected $invoiceType;
|
|
protected $invoiceType;
|
|
protected $invName;
|
|
protected $invName;
|
|
protected $kingInvoice;
|
|
protected $kingInvoice;
|
|
- protected $novalidate=["*"];
|
|
|
|
public function __construct(App $app) {
|
|
public function __construct(App $app) {
|
|
parent::__construct($app);
|
|
parent::__construct($app);
|
|
$this->model = new \app\admin\model\ComonOrder();
|
|
$this->model = new \app\admin\model\ComonOrder();
|