|
|
@@ -1768,10 +1768,10 @@ class Systemprint extends Start_Controller {
|
|
|
$pdf_width_model = 85;
|
|
|
if($fullorder['printcode'] == "TTUK"){
|
|
|
$barcode = $this->express_tt->get_data($fullorder,"FBT");
|
|
|
- $this->logic_ding->sendToDing("TTUK获取快递面单".json_encode($barcode));
|
|
|
+ //$this->logic_ding->sendToDing("TTUK获取快递面单".json_encode($barcode));
|
|
|
}elseif($fullorder['printcode'] == "TTUS" || $fullorder['printcode'] == "TTSP" || $fullorder['printcode'] == "TTSP-Fedex"){
|
|
|
$barcode = $this->express_tt->get_data($fullorder,"CBT");
|
|
|
- $this->logic_ding->sendToDing("CBT获取快递面单".json_encode($barcode));
|
|
|
+ //$this->logic_ding->sendToDing("CBT获取快递面单".json_encode($barcode));
|
|
|
$pdf_width_model = 90;
|
|
|
}else{
|
|
|
$barcode = [
|