shish hace 4 años
padre
commit
bbe57002f4
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      console/controllers/CustomController.php

+ 0 - 2
console/controllers/CustomController.php

@@ -82,12 +82,10 @@ class CustomController extends Controller
 
                     if ($customSaveDebtAmount != $ghsOrderDebtAmount) {
                         echo "**********客户 {$customId} 欠款总金额 和 订单总合 不一致 $customSaveDebtAmount $ghsOrderDebtAmount \n";
-                        noticeUtil::push("******客户 {$customId} 欠款总金额 和 订单总合 不一致 $customSaveDebtAmount $ghsOrderDebtAmount", '15280215347');
                     }
 
                     if ($ghsSaveDebtAmount != $hdCgOrderDebtAmount) {
                         echo "########欠供应商 {$ghsId} 金额 和 订单总合 不一致 $ghsSaveDebtAmount $hdCgOrderDebtAmount \n";
-                        noticeUtil::push("########欠供应商 {$ghsId} 金额 和 订单总合 不一致 $ghsSaveDebtAmount $hdCgOrderDebtAmount", '15280215347');
                     }
                 }
             }