智慧保安后台管理-外网项目备份
tangzy
2022-02-24 d4b00c05321d9373a33bfb26618735e2a5868a81
src/main/java/org/springblade/modules/dispatcher/service/impl/DispatcherUnitServiceImpl.java
@@ -30,6 +30,7 @@
import org.springblade.modules.dispatcher.vo.DispatcherUnitVO;
import org.springblade.modules.dispatcher.vo.DispatcherVO;
import org.springblade.modules.system.service.IUserDeptService;
import org.springblade.modules.system.service.MyAsyncService;
import org.springframework.stereotype.Service;
import java.text.ParseException;
@@ -53,6 +54,7 @@
   private final IDispatcherService dispatcherService;
   private final IUserDeptService userDeptService;
   private final MyAsyncService myAsyncService;
   @Override
   public IPage<DispatcherUnitVO> selectDispatcherUnitPage(IPage<DispatcherUnitVO> page, DispatcherUnitVO dispatcherUnitVO) {
@@ -66,6 +68,7 @@
   /**
    * 派遣公司信息详情
    *
    * @param dispatcherUnit 派遣信息对象
    * @return
    */
@@ -76,6 +79,7 @@
   /**
    * 自定义树
    *
    * @param dispatcher
    * @return
    */
@@ -86,6 +90,7 @@
   /**
    * 派遣导入
    *
    * @param data
    * @param isCovered
    */
@@ -182,7 +187,8 @@
               "'" + dispatcherUnit.getSecurityLinkman() + "'" + "," +
               "'" + dispatcherUnit.getCell() + "'" + "," +
               "'" + dispatcherUnit.getNum() + "'" + ")";
         FtpUtil.sqlFileUpload(s1);
         //FtpUtil.sqlFileUpload(s1);
         myAsyncService.FTP(s1);
      });
   }
}