shish hace 5 años
padre
commit
4322bba416
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      common/components/dict.php
  2. 1 1
      console/controllers/PurchaseController.php

+ 1 - 1
common/components/dict.php

@@ -32,7 +32,7 @@ class dict
         'thirdPay' => ['selectWay' => 1, 'onlineWay' => 2],
 
         //采购和销售单的有效期
-        'sale_purchase_order_valid' => 200,
+        'sale_purchase_order_valid' => 150,
 
         'expressList' => [
             [

+ 1 - 1
console/controllers/PurchaseController.php

@@ -43,7 +43,7 @@ class PurchaseController extends Controller
                     PurchaseService::expire($current);
                     $transaction->commit();
 
-                    noticeUtil::push("【成功】采购单过期库存回滚 orderSn:{$orderSn}", '15280215347');
+                    noticeUtil::push("【成功】采购单过期库存回滚 orderSn:{$orderSn}", '15280215347');
 
                 } catch (\Exception $e) {
                     $transaction->rollBack();