cqp hace 3 semanas
padre
commit
d8d5f8309b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Service/ItemService.php

+ 1 - 1
app/Service/ItemService.php

@@ -3119,7 +3119,7 @@ class ItemService extends Service
                 ->exists();
             if($bool) return [true, ''];
 
-            return [false, '需上传交付物完结'];
+            return [false, '请先上传交付物后再提交完结'];
         }
 
         return [true, ''];