|
@@ -581,7 +581,7 @@ class Aatest extends Start_Controller {
|
|
$post['zipcode'] = preg_replace("/[\s\v".chr(227).chr(128)."]+$/","", $post['zipcode']); //替换结尾空字符
|
|
$post['zipcode'] = preg_replace("/[\s\v".chr(227).chr(128)."]+$/","", $post['zipcode']); //替换结尾空字符
|
|
$post['address'] = $post['address'];//地址
|
|
$post['address'] = $post['address'];//地址
|
|
$post['printtype'] = $post['printtype'];//打印类型
|
|
$post['printtype'] = $post['printtype'];//打印类型
|
|
- $fpdata = $post['fpdata');//购买产品内容
|
|
|
|
|
|
+ $fpdata = $post['fpdata'];//购买产品内容
|
|
$fpdata = str_replace(array('%26','%2B'),array('&','+'),$fpdata);
|
|
$fpdata = str_replace(array('%26','%2B'),array('&','+'),$fpdata);
|
|
$post['fpdata'] = $fpdata;
|
|
$post['fpdata'] = $fpdata;
|
|
$post['sbpm'] = $post['sbpm'];//申报品名
|
|
$post['sbpm'] = $post['sbpm'];//申报品名
|