cqp hace 8 meses
padre
commit
f4b84232b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Service/QuantizationService.php

+ 1 - 1
app/Service/QuantizationService.php

@@ -251,7 +251,7 @@ class QuantizationService extends Service
                 ->where('del_time',0)
                 ->exists();
         }
-        if(! $bool) return [false,'编码已存在'];
+        if($bool) return [false,'编码已存在'];
 
         return [true, $data];
     }