Browse Source

修改仓库校验的数据

lvhao 1 tháng trước cách đây
mục cha
commit
db6cf89399
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/CoreApp/models/Model_ck.php

+ 1 - 1
core/CoreApp/models/Model_ck.php

@@ -144,7 +144,7 @@ class Model_ck extends Lin_Model
 				
 				if($wh+$shopwh < $num[1] || (isset($num[2]) && $num[2] == "DNOTO" && $warehouse['zdms'] == 2))
 				{
-					$this->logic_ding->sendToDing("库存验证数据【".$number."】".json_encode($num)."库存数量:".($wh+$shopwh)."仓库的占单模式".$warehouse['zdms']);
+					//$this->logic_ding->sendToDing("库存验证数据【".$number."】".json_encode($num)."库存数量:".($wh+$shopwh)."仓库的占单模式".$warehouse['zdms']);
 					$save[] = $x-1;continue;//提前先加X不然出错,所以要减1
 				}
 			}