wugg hace 7 meses
padre
commit
fc5b1096b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/admin/controller/Consult.php

+ 1 - 1
app/admin/controller/Consult.php

@@ -590,7 +590,7 @@ class Consult extends Base
 				                                (new ConsultTemp)->saveAll(array_map(function($v)use($value){
 				                                    $v['id']=null;
 				                                    $v['bidNo']=$value['bidNo'];
-				                                    $v['spuCode']= substr(makeNo('SKU'), 0, -2) . round(10,99);
+				                                    $v['spuCode']= substr(makeNo('SPU'), 0, -2) . round(10,99);
 				                                    $v['out_tax_id'] =0;
 				                                    $v['out_tax'] ="";
 				                                    return $v;