shish hace 11 meses
padre
commit
8da92415ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-hd/controllers/OrderController.php

+ 1 - 1
app-hd/controllers/OrderController.php

@@ -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);