lvhao пре 22 часа
родитељ
комит
2b0a3e99ef
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      core/CoreApp/controllers/Fullordertt.php

+ 2 - 0
core/CoreApp/controllers/Fullordertt.php

@@ -1387,6 +1387,7 @@ class Fullordertt extends Start_Controller {
 		$fullordertt['parameter'] = str_replace(",","---",$fullordertt['parameter']);
 		$country = $this->country->find_all('1=1','id,name','name asc');//所有国家信息
 		$express = $this->express->find_all('1=1');//所有快递配置信息
+		$fullordertt['cate_one'] = empty($fullordertt['cate_one'])?1:$fullordertt['cate_one'];
 		$this->data['fullordertt'] = $fullordertt;
 		if($fullordertt['express'] == 2)
 		{
@@ -1941,6 +1942,7 @@ class Fullordertt extends Start_Controller {
 		$this->data['returngoods'] = $returngoods?1:0;
 		$fullordertt['shipremarks'] = str_replace(array('<','>'),array('&lt;','&gt;'),$fullordertt['shipremarks']);
 		$fullordertt['parameter'] = str_replace(",","---",$fullordertt['parameter']);
+		$fullordertt['cate_one'] = empty($fullordertt['cate_one'])?1:$fullordertt['cate_one'];
 		$this->data['fullordertt'] = $fullordertt;
 		if($fullordertt['express'] == 2)
 		{