xieruidong 2 years ago
parent
commit
3c1ccaae0e
2 changed files with 121 additions and 10 deletions
  1. 1 1
      application/common/service/MobileImport.php
  2. 120 9
      database/lh_hdlkeji_com.sql

+ 1 - 1
application/common/service/MobileImport.php

@@ -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;

File diff suppressed because it is too large
+ 120 - 9
database/lh_hdlkeji_com.sql


Some files were not shown because too many files changed in this diff