|
|
@@ -762,7 +762,7 @@ class OrderController extends BaseController
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
WxMessageClass::gatheringIncomeInform($shop, $order);
|
|
|
|
|
|
- if ($hasWork == 1) {
|
|
|
+ if ($needWork == 1) {
|
|
|
//新制作单提示
|
|
|
$shopExt = ShopExtClass::getByCondition(['shopId' => $this->shopId], true);
|
|
|
ShopExtClass::newWorkRemind($shopExt, $order);
|