|
|
@ -164,7 +164,7 @@ public class InquiryIssuanceController {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@AnonymousAccess
|
|
|
|
@AnonymousAccess
|
|
|
|
@GetMapping("/insertQuotation")
|
|
|
|
@PostMapping("/insertQuotation")
|
|
|
|
@ApiOperation("投资者参与询价--添加报价")
|
|
|
|
@ApiOperation("投资者参与询价--添加报价")
|
|
|
|
public ResultEntity insertQuotation(@RequestBody JSONObject jsonObject){
|
|
|
|
public ResultEntity insertQuotation(@RequestBody JSONObject jsonObject){
|
|
|
|
InquiryParticipation inquiryParticipation = jsonObject.getObject("InquiryParticipation", InquiryParticipation.class);
|
|
|
|
InquiryParticipation inquiryParticipation = jsonObject.getObject("InquiryParticipation", InquiryParticipation.class);
|
|
|
|