lvhao 1 day ago
parent
commit
6d4f49a4c1
1 changed files with 5 additions and 2 deletions
  1. 5 2
      core/CoreApp/controllers/Fullorderexcel.php

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

@@ -753,6 +753,9 @@ class Fullorderexcel extends Start_Controller {
 					$info_list[$key]['lpdl'] = trim($tmp_lpdl_str,"<br>") ;
 				}
 				if(isset($value['lhdycc'])){
+					echo "<pre>";
+					print_r($typeclass_lhdycc);
+					die;
 					$tmp_lhdycc_str  ="";
 					$tmp_fpdata_arr = explode(';',trim($value['fpdata'],';'));
 					$tmp_fpdata_arr = array_filter($tmp_fpdata_arr);
@@ -766,10 +769,10 @@ class Fullorderexcel extends Start_Controller {
 							if(isset($typeclass_lhdycc[$tmp_arr[0]])){
 								$tmp_lhdycc_str .= $typeclass_lhdycc[$tmp_arr[0]]."<br>";
 							}else{
-								$tmp_lhdycc_str .= " ";
+								$tmp_lhdycc_str .= " <br>";
 							}
 						}else{
-							$tmp_lhdycc_str .= " ";
+							$tmp_lhdycc_str .= " <br>";
 						}
 					}
 					$info_list[$key]['lhdycc'] = trim($tmp_lhdycc_str,"<br>") ;