fix : print data error
This commit is contained in:
@@ -115,8 +115,8 @@ class YlyPrintService implements PrintOrderInterface
|
|||||||
empty($this->data['order_sno']) ||
|
empty($this->data['order_sno']) ||
|
||||||
empty($this->data['username']) ||
|
empty($this->data['username']) ||
|
||||||
empty($this->data['mobile']) ||
|
empty($this->data['mobile']) ||
|
||||||
empty($this->data['date']) ||
|
empty($this->data['date'])
|
||||||
empty($this->data['heapsort'])
|
// empty($this->data['heapsort'])
|
||||||
) {
|
) {
|
||||||
$this->log->error('打印数据'.json_encode($this->data));
|
$this->log->error('打印数据'.json_encode($this->data));
|
||||||
throw new ErrException('打印数据丢失');
|
throw new ErrException('打印数据丢失');
|
||||||
|
|||||||
Reference in New Issue
Block a user