|
|
@@ -79,6 +79,7 @@ class StatBookController extends BaseController
|
|
|
$content .= $date2 . ' ' . $name . ' ' . $num . '<BR>';
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
}
|
|
|
+ $content .= "<BR><BR><BR>";
|
|
|
$shopId = $shop->id ?? 0;
|
|
|
$ext = ShopExtClass::getByCondition(['shopId' => $shopId]);
|
|
|
$printSn = $ext['printSn'] ?? '';
|