cqp пре 3 месеци
родитељ
комит
f4b84232b3
1 измењених фајлова са 1 додато и 1 уклоњено
  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];
     }