cqp 2 долоо хоног өмнө
parent
commit
c8e3cda664

+ 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, '请先上传交付物后再提交完结'];
         }