|
@@ -16,7 +16,7 @@ class FyySqlServerService extends Service
|
|
|
public $db = null;
|
|
|
public $error = null;
|
|
|
public $host = "s6j9560970.goho.co";//数据库外网域名
|
|
|
- public $host_api = '13083970779.gnway.cc:8000';//用友接口外网域名
|
|
|
+ public $host_api = 'https://s6j9560970.goho.co:443';//用友接口外网域名
|
|
|
public $port = 29703;
|
|
|
public $database = "UFDATA_999_2023";
|
|
|
public $url = "";
|
|
@@ -347,7 +347,6 @@ class FyySqlServerService extends Service
|
|
|
public function U8Rdrecord10Save($data,$bredvouch = 0){
|
|
|
if(! empty($this->error)) return [false,$this->error];
|
|
|
|
|
|
-
|
|
|
if($bredvouch){
|
|
|
$cmemo = '来源:福羊羊完工操作撤回';
|
|
|
}else{
|