Browse Source

提交数据

lvhao 1 week ago
parent
commit
2427bb0ee6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/CoreApp/models/Model_logic_u9action.php

+ 2 - 2
core/CoreApp/models/Model_logic_u9action.php

@@ -234,8 +234,8 @@ class Model_logic_u9action extends Lin_Model {
     //对标准出货单进行审核
     private function checkBzch($info){
         $res = $this->apiyyv1->bzchSubmitAndApprove(['number'=>$info['bzch_no']],$this->getToken(120));
-        print_r($res[0]);
-        print_r($res[1]);
+        // print_r($res[0]);
+        // print_r($res[1]);
         if($res[0]['Data'][0]['m_isSucess'] != 1){
             $this->editData($info['id'],['bzch_status'=>-2,'update_time'=>time()],$info['order_no'],5,2,'bzch_sh',$res[1],$res[0]);
         }else{