Browse Source

修改调出单的处理

lvhao 3 tuần trước cách đây
mục cha
commit
0952056392
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/CoreApp/models/Model_apiyyv1.php

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

@@ -269,7 +269,7 @@ class Model_apiyyv1 extends Lin_Model
 	}
 	//根据erp的单号查询调出单是够存在
 	public function xcDcdByOtherId($dcd_no,$token){
-		$list["SqlString"] = "select DescFlexField_PubDescSeg4,DocNo from InvDoc_TransferOut  where  DescFlexField_PubDescSeg4 =  '".$dcd_no."'";
+		$list["SqlString"] = "select DescFlexField_PubDescSeg4,DocNo,TransOutOwnerOrg_Code from InvDoc_TransferOut  where  DescFlexField_PubDescSeg4 =  '".$dcd_no."'";
 		$url = '/U9C/webapi/QueryCommon/QueryInfoBySql';
 		$url = $this->base_url.$url;
 		$header[] = "Content-Type: application/json";