|
|
@@ -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('<','>'),$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)
|
|
|
{
|