cqp hai 2 semanas
pai
achega
c8e3cda664
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Service/ItemService.php

+ 1 - 1
app/Service/ItemService.php

@@ -3313,7 +3313,7 @@ class ItemService extends Service
                 ->where('field_type', CustomFieldValue::type_two)
                 ->where('is_delivery', CustomFieldValue::delivery_one)
                 ->exists();
-            if($bool) return [true, ''];
+            if(! $bool) return [true, ''];
 
             return [false, '请先上传交付物后再提交完结'];
         }