cqp 1 tháng trước cách đây
mục cha
commit
d8d5f8309b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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, ''];