lvhao 1 tháng trước cách đây
mục cha
commit
55fe9fc6b2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>";