yangdamao 11 tháng trước cách đây
mục cha
commit
d3c9c7db67

+ 1 - 0
zhongzheng-admin/src/main/java/com/zhongzheng/controller/CommonController.java

@@ -145,6 +145,7 @@ public class CommonController extends BaseController {
         if (!file1.exists()) {
             file1.mkdirs();
         }
+
         File ToFile = new File(toPath + "/" + bo.getName());
         if (ToFile.createNewFile()) {
             FileUploadUtils.merge(bo.getFileMd5(), path, ToFile.getPath());