11
hao
2 天以前 adaaeac9fa3688ce80f5abc97f7de4e6fab11229
HM-pda/src/main/java/com/web/pda/lyt/ftp/service/internal/FileCheckLytImpl.java
@@ -42,7 +42,7 @@
   @Override
   public ApiResponseResult uploadFilepqc(String factory, String company, String username, int mid, int type,
         String note, MultipartFile[] files) throws Exception {
         String note, MultipartFile[] files,String pid) throws Exception {
      // TODO Auto-generated method stub
      List<String> a = getInfo(factory, company, username, mid, type);
      System.out.println(a); // 返回数据 [是否出错标识:0没错 1出错, 0对应null 1就对应有信息, fs.ftp.url, fs.ftp.username, fs.ftp.password, fs.ftp.port, 文件路径]