lvhao 2 달 전
부모
커밋
3cd9f5294d
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      core/CoreApp/controllers/Returngoodsexcel.php

+ 1 - 3
core/CoreApp/controllers/Returngoodsexcel.php

@@ -188,10 +188,8 @@ class Returngoodsexcel extends Start_Controller {
                         $sku = $goods_arr[0];
                     }
                     $u9_info = $this->logic_u9tools->getOneU9bm($sku,$classid,$typeclass);
-                    if(!empty($u9_info)){
+                    if(!empty($u9_info['jm'])){
                         $tmp_jm_list[] = $u9_info['jm'];
-                    }else{
-                        $tmp_jm_list[] = "";
                     }
                 }