lvhao 1 月之前
父节点
当前提交
55fe9fc6b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/controllers/Returngoods.php

+ 1 - 1
core/CoreApp/controllers/Returngoods.php

@@ -626,7 +626,7 @@ class Returngoods extends Start_Controller {
                 }else{
                     $tmp['cate_show'] = $cate_one_show[$value['cate_one']]."-".$cate_two_show[$value['cate_one']][$value['cate_two']];
                 }
-                if(empty($value['remark'])){
+                if(empty($forder_info['orderremarks'])){
                     $tmp['remark'] = $value['remark'];
                 }else{
                     $tmp['remark'] = '<p style="position: relative;padding-top:10px;"><i class="method_self fa fa-list-ul" data-t="'.$forder_info['orderremarks'].'" style="position: absolute;top: 0;right: 0;"></i> '.$value['remark']."<p>";