소스 검색

no message

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

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

@@ -1977,7 +1977,7 @@ class Fullorderexcel extends Start_Controller {
 			}
 			if(isset($value['pay']))
 			{
-				if($sj !='fullordersmt'){
+				if($sj =='fullorder'){
 					$pay = $this->typeclass->read($value['pay']);
 					$info_list[$key]['pay'] = $pay['title'];
 				}