|
@@ -117,6 +117,7 @@ class Model_logic_order extends Lin_Model {
|
|
|
|
|
|
}
|
|
|
}
|
|
|
+ $tmp_shipremarks = str_replace(array('(',')'," "),array('(',')',""),$shipremarks);
|
|
|
$flag = true;
|
|
|
foreach($pmen_list as $k=>$v){
|
|
|
$tmp_list= explode("-",trim($v['feature'],"-"));
|
|
@@ -125,8 +126,10 @@ class Model_logic_order extends Lin_Model {
|
|
|
if(isset($isChcekTypeclass[$vv])){
|
|
|
$check_info = $isChcekTypeclass[$vv];
|
|
|
if($check_info['is_check'] == 1){
|
|
|
- $tmp_zh = str_replace(array('(',')'),array('(',')'),$check_info['zh']);
|
|
|
- if(strpos($shipremarks, $tmp_zh) !== false){
|
|
|
+ $tmp_zh = str_replace(array('(',')'," "),array('(',')',""),$check_info['zh']);
|
|
|
+ //
|
|
|
+
|
|
|
+ if(strpos($tmp_shipremarks, $tmp_zh) !== false){
|
|
|
$tmp_title .= $check_info['title']." ";
|
|
|
}else{
|
|
|
$flag = false;
|