| | |
| | | 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; |
| | |
| | | private final IDispatcherService dispatcherService; |
| | | |
| | | private final IUserDeptService userDeptService; |
| | | private final MyAsyncService myAsyncService; |
| | | |
| | | @Override |
| | | public IPage<DispatcherUnitVO> selectDispatcherUnitPage(IPage<DispatcherUnitVO> page, DispatcherUnitVO dispatcherUnitVO) { |
| | |
| | | |
| | | /** |
| | | * 派遣公司信息详情 |
| | | * |
| | | * @param dispatcherUnit 派遣信息对象 |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 自定义树 |
| | | * |
| | | * @param dispatcher |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 派遣导入 |
| | | * |
| | | * @param data |
| | | * @param isCovered |
| | | */ |
| | |
| | | "'" + dispatcherUnit.getSecurityLinkman() + "'" + "," + |
| | | "'" + dispatcherUnit.getCell() + "'" + "," + |
| | | "'" + dispatcherUnit.getNum() + "'" + ")"; |
| | | FtpUtil.sqlFileUpload(s1); |
| | | //FtpUtil.sqlFileUpload(s1); |
| | | myAsyncService.FTP(s1); |
| | | }); |
| | | } |
| | | } |