|
@@ -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']:'';
|