|
|
@@ -659,7 +659,7 @@ class CustomClass extends BaseClass
|
|
|
$i = $baseRow + $key;
|
|
|
$objPHPExcel->getActiveSheet()->setCellValue('A' . $i, $custom['id']);
|
|
|
$objPHPExcel->getActiveSheet()->setCellValue('B' . $i, $custom['name']);
|
|
|
- $objPHPExcel->getActiveSheet()->setCellValue('C' . $i, $custom['mobile']);
|
|
|
+ $objPHPExcel->getActiveSheet()->setCellValue('C' . $i, ' '.$custom['mobile']);
|
|
|
$objPHPExcel->getActiveSheet()->setCellValue('D' . $i, $custom['remainDebtAmount']);
|
|
|
if ($custom['recentExpend'] == '0000-00-00 00:00:00') {
|
|
|
$objPHPExcel->getActiveSheet()->setCellValue('E' . $i, '没有下过单');
|