xieruidong 2 years ago
parent
commit
32ba42c257
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/service/OrderContractSvc.php

+ 1 - 1
application/common/service/OrderContractSvc.php

@@ -28,8 +28,8 @@ class OrderContractSvc{
     }
 
     public function render(){
-        //$content=redis()->hGet('order_contract',$this->getOrder()->id)?:'';
         $content=false;
+        $content=redis()->hGet('order_contract',$this->getOrder()->id)?:'';
         if(!$content){
             try {
                 $content=View::instance()