FIX:OA回显

This commit is contained in:
guohb
2024-04-16 15:35:58 +08:00
parent cc7850e415
commit d889b23d7c
3 changed files with 28 additions and 0 deletions

View File

@@ -45,5 +45,14 @@ public class PCIntentAgreementController {
@GetMapping(path = "/getOaDetail")
@ApiOperation("oa数据回显")
public ResponseResult<InitiatingRequest> getOaDetail(@RequestParam("mobile") String mobile,
@RequestParam("idCardNo") String idCardNo) {
return ResponseResult.success(intentAgreementService.getOaDetail(mobile,idCardNo));
}
}