|
|
@@ -1234,8 +1234,8 @@ class OrderController extends BaseController
|
|
|
$order->save();
|
|
|
}
|
|
|
|
|
|
- //小齐鲜花批发自己开单要打二次
|
|
|
- if (in_array($mainId, [40624, 42680])) {
|
|
|
+ //xxx自己开单要打二次,有多处要修改搜索关键词 tow_print
|
|
|
+ if (in_array($mainId, [0])) {
|
|
|
OrderClass::onlinePrint($order);
|
|
|
$ext = $this->shopExt;
|
|
|
if (isset($ext->printSn) && !empty($ext->printSn)) {
|