FIX:OA回显
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user