lvhao 2 weeks ago
parent
commit
949213c7bc
1 changed files with 7 additions and 1 deletions
  1. 7 1
      core/CoreApp/models/Model_notice.php

+ 7 - 1
core/CoreApp/models/Model_notice.php

@@ -188,7 +188,13 @@ class Model_notice extends Lin_Model
 	
 	
 	public function get_god($list,$shop,$express,$notice)//单个订单整体模式
 	public function get_god($list,$shop,$express,$notice)//单个订单整体模式
 	{
 	{
-		$list['orderinfo'] = ($notice['message']==1)?substr($list['orderinfo'],1):$list['orderinfo'];
+		if( isset($shop['id']) && ($shop['id'] == 5)){
+			//暂时不写井号 避免出问题
+			$list['orderinfo'] = substr($list['orderinfo'],1);
+		}else{
+			$list['orderinfo'] = ($notice['message']==1)?substr($list['orderinfo'],1):$list['orderinfo'];
+		}
+		
 		if($notice['message']==1)
 		if($notice['message']==1)
 		{
 		{
 			$expresscode = (isset($express['title']))?$express['title']:'';
 			$expresscode = (isset($express['title']))?$express['title']:'';