| | |
| | | import org.springblade.modules.system.entity.User; |
| | | import org.springblade.modules.system.service.IDeptService; |
| | | import org.springblade.modules.system.service.IUserService; |
| | | import org.springblade.modules.system.service.MyAsyncService; |
| | | import org.springblade.modules.zc.entity.Zc; |
| | | import org.springblade.modules.zc.service.IZcService; |
| | | import org.springblade.modules.zc.vo.ZcVO; |
| | |
| | | private IUserService iUserService; |
| | | |
| | | private final IDeptService deptFeignApi; |
| | | private final MyAsyncService myAsyncService; |
| | | |
| | | /** |
| | | * 详情 |
| | |
| | | "," + "'" + user.getHold() + "'" + |
| | | "," + "'" + user.getExaminationType() + "'" + |
| | | "," + "'" + user.getDispatch() + "'" + ")"; |
| | | FtpUtil.sqlFileUpload(s); |
| | | //FtpUtil.sqlFileUpload(s); |
| | | myAsyncService.dataSync(s); |
| | | |
| | | } |
| | | return R.status(zcService.updateById(zc)); |