| | |
| | | informationService.deleteIn(creditcode); |
| | | informationService.deleteSh(creditcode); |
| | | informationService.deleteMe(creditcode); |
| | | arg.sendPostRemoveByIds(arg.url+"/information/remove",creditcode); |
| | | return R.success("删除成功"); |
| | | } |
| | | |
| | |
| | | */ |
| | | @PostMapping("/remove") |
| | | public R remove(@ApiParam(value = "主键集合") @RequestParam String ids) { |
| | | arg.sendPostRemoveByIds(arg.url+"/trainExam/remove",ids); |
| | | return R.status(trainExamService.removeByIds(Func.toLongList(ids))); |
| | | } |
| | | |
| | |
| | | */ |
| | | @PostMapping("/remove") |
| | | public R remove(@ApiParam(value = "主键集合") @RequestParam String ids) { |
| | | arg.sendPostRemoveByIds(arg.url+"/trainingRegistration/remove",ids); |
| | | return R.status(trainingRegistrationService.removeByIds(Func.toLongList(ids))); |
| | | } |
| | | |