|
@@ -604,6 +604,15 @@ public class CommonController extends BaseController {
|
|
|
return AjaxResult.success(iClassGradeUserService.DecryptOfficialInfo(bo));
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ @ApiOperation("七大员学时抽查")
|
|
|
+ @PreAuthorize("@ss.hasPermi('system:withdrawal:add')")
|
|
|
+ @Log(title = "学时抽查", businessType = BusinessType.INSERT)
|
|
|
+ @PostMapping("/common/free/decryptSevenOfficialInfo")
|
|
|
+ public AjaxResult<ClassPeriodStudentVo> decryptSevenOfficialInfo(@RequestBody ClassGradeDecryptQueryBo bo) {
|
|
|
+ return AjaxResult.success(iClassGradeUserService.DecryptSevenOfficialInfo(bo));
|
|
|
+ }
|
|
|
+
|
|
|
@ApiOperation("学时抽查加密")
|
|
|
@PreAuthorize("@ss.hasPermi('system:withdrawal:add')")
|
|
|
@PostMapping("/common/free/encryptDes")
|