取消询价回调幂等

This commit is contained in:
dxc
2021-07-02 19:26:57 +08:00
parent 774ec759fe
commit bb17f4a1bf

View File

@ -236,7 +236,6 @@ public class ProjectEntrustController{
* *
* @return 返回结果 * @return 返回结果
*/ */
@Idempotent(expireTime = 10)
@OperLog("询价通知返回处理接口") @OperLog("询价通知返回处理接口")
@ApiOperation("询价通知返回处理接口") @ApiOperation("询价通知返回处理接口")
@PostMapping("/inquiryNotice") @PostMapping("/inquiryNotice")