Compare commits
2 Commits
20250805-0
...
20250806-0
| Author | SHA1 | Date | |
|---|---|---|---|
| ec60074298 | |||
| 006821188d |
@@ -126,9 +126,6 @@ class YlyPrintService implements PrintOrderInterface
|
|||||||
//设置宽度
|
//设置宽度
|
||||||
$this->content .= "<PW>048</PW>";
|
$this->content .= "<PW>048</PW>";
|
||||||
|
|
||||||
$this->content .= "\n";
|
|
||||||
$this->content .= "\n";
|
|
||||||
|
|
||||||
//取餐号
|
//取餐号
|
||||||
$this->content .= "<FS3><CA>{$this->data['pickup_code']}</CA></FS3>\n";
|
$this->content .= "<FS3><CA>{$this->data['pickup_code']}</CA></FS3>\n";
|
||||||
|
|
||||||
@@ -190,7 +187,7 @@ class YlyPrintService implements PrintOrderInterface
|
|||||||
$contentEdibleTimeTips = config('print.yly.content_edible_time_tips');
|
$contentEdibleTimeTips = config('print.yly.content_edible_time_tips');
|
||||||
$this->content .= "<LR2>保质期,$contentEdibleTimeTips</LR2>";
|
$this->content .= "<LR2>保质期,$contentEdibleTimeTips</LR2>";
|
||||||
|
|
||||||
$this->content .= "<FS3><CA>{$this->data['heapsort']}</CA></FS3>";
|
$this->content .= "<FS3><CA>{$this->data['pickup_code']}</CA></FS3>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ declare(strict_types=1);
|
|||||||
namespace App\Service\Api\System;
|
namespace App\Service\Api\System;
|
||||||
|
|
||||||
use App\Cache\Redis\Api\SiteCache;
|
use App\Cache\Redis\Api\SiteCache;
|
||||||
|
use App\Constants\Common\SiteCode;
|
||||||
use App\Extend\SystemUtil;
|
use App\Extend\SystemUtil;
|
||||||
use App\Model\Site;
|
use App\Model\Site;
|
||||||
use App\Service\Api\BaseService;
|
use App\Service\Api\BaseService;
|
||||||
@@ -36,6 +37,7 @@ class SiteListService extends BaseService
|
|||||||
$query->where('name', 'like', "%$name%");
|
$query->where('name', 'like', "%$name%");
|
||||||
})
|
})
|
||||||
// ->where('name', 'like', '%'.$this->request->input('search_value').'%')
|
// ->where('name', 'like', '%'.$this->request->input('search_value').'%')
|
||||||
|
->where('is_del',SiteCode::SITE_NO_DEL)
|
||||||
->paginate($limit)
|
->paginate($limit)
|
||||||
->toArray();
|
->toArray();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user