|
|
@@ -70,7 +70,7 @@ class GhsOrderController extends Controller
|
|
|
if (empty($mainIds)) {
|
|
|
return;
|
|
|
}
|
|
|
- $params = ['staffId' => 0, 'staffName' => '', 'notice' => false];
|
|
|
+ $params = ['staffId' => 0, 'staffName' => '系统', 'notice' => false]; // notice设置为 false,实现不发送发货通知
|
|
|
foreach ($mainIds as $mainId) {
|
|
|
$condition = array_merge(['mainId' => $mainId], $extraCondition);
|
|
|
$orders = OrderClass::getAllByCondition($condition, 'id asc', '*', null, true);
|