| | |
| | | "'" + member.getCreditcode() + "'" + "," + |
| | | "'" + member.getDeptId() + "'" + ")"; |
| | | //FtpUtil.sqlFileUpload(s1); |
| | | myAsyncService.FTP(s1); |
| | | myAsyncService.dataSync(s1); |
| | | } |
| | | return R.status(save); |
| | | } |
| | |
| | | ",dept_id = " + "'" + member.getDeptId() + "'" + |
| | | " " + "where id = " + "'" + member.getId() + "'"; |
| | | //FtpUtil.sqlFileUpload(s1); |
| | | myAsyncService.FTP(s1); |
| | | myAsyncService.dataSync(s1); |
| | | } |
| | | return R.status(b); |
| | | } |
| | |
| | | list.forEach(id -> { |
| | | String s1 = "delete from sys_member where id = " + "'" + id + "'"; |
| | | //FtpUtil.sqlFileUpload(s1); |
| | | myAsyncService.FTP(s1); |
| | | myAsyncService.dataSync(s1); |
| | | }); |
| | | return R.status(memberService.removeByIds(Func.toLongList(ids))); |
| | | } |