|
|
@@ -1019,8 +1019,8 @@ class OrderClass extends BaseClass
|
|
|
$content .= '<B>' . $respond['sendNum'] . ' ' . $fromTypeName . '</B><BR>';
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
|
|
|
- //花悠星拿一个客户当作零售开单,不需要显示以下信息
|
|
|
- if ($customId != 12145) {
|
|
|
+ //勇记、国恋、花悠星零售开单,不需要显示以下信息
|
|
|
+ if ($customId != 12145 || $customId != 12487 || $customId != 12281) {
|
|
|
$content .= '<B>买家信息:</B><BR><BR>';
|
|
|
$content .= '<B>' . $respond['custom']['customName'] . '</B><BR>';
|
|
|
$content .= '<B>' . $respond['custom']['customMobile'] . '</B><BR>';
|
|
|
@@ -1167,8 +1167,8 @@ class OrderClass extends BaseClass
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
//丽子鲜花、花样年华 不显示扫码买花
|
|
|
if (!in_array($orderInfo->shopId, [1527, 1585, 1596])) {
|
|
|
- //花悠星零售开单不需要打印扫码买花
|
|
|
- if ($customId != 12145) {
|
|
|
+ //勇记、国恋、花悠星零售开单不需要打印扫码买花
|
|
|
+ if ($customId != 12145 || $customId != 12487 || $customId != 12281) {
|
|
|
$content .= "<BR>";
|
|
|
$content .= "<C>扫码买花结账</C>";
|
|
|
$content .= "<BR>";
|