|
@@ -218,7 +218,7 @@ class MobileImport{
|
|
|
if($row['amount_di']>$row['amount_base']){
|
|
|
$errLog[]=[
|
|
|
'line' =>$currentRow,
|
|
|
- 'error'=>$errorMsg='低价不能大于售价',
|
|
|
+ 'error'=>$errorMsg='底价不能大于售价',
|
|
|
];
|
|
|
$PHPExcel->setActiveSheetIndex(0)->setCellValue($errorWriteColumn.$currentRow,$errorMsg);
|
|
|
goto NEXT;
|