Browse Source

no message

lvhao 3 ngày trước cách đây
mục cha
commit
d68e5bb021
1 tập tin đã thay đổi với 7 bổ sung2 xóa
  1. 7 2
      core/CoreApp/controllers/Fullorderexcel.php

+ 7 - 2
core/CoreApp/controllers/Fullorderexcel.php

@@ -1977,8 +1977,13 @@ class Fullorderexcel extends Start_Controller {
 			}
 			if(isset($value['pay']))
 			{
-				$pay = $this->typeclass->read($value['pay']);
-				$info_list[$key]['pay'] = $pay['title'];
+				if(is_string($value['pay'])){
+
+				}else{
+					$pay = $this->typeclass->read($value['pay']);
+					$info_list[$key]['pay'] = $pay['title'];
+				}
+				
 			}
 			if(isset($value['type']))
 			{