Browse Source

删除 错误注释

hexiao 2 years ago
parent
commit
5259916802

+ 1 - 1
purchase-admin/src/main/java/com/ozs/web/controller/base/BaseAgencyController.java

@@ -237,7 +237,7 @@ public class BaseAgencyController extends BaseController {
     @Log(title = ModularConstans.agency, businessType = BusinessType.OTHER)
     public AjaxResult extract(@NotEmpty(message = "主键id不能为空")
                                   @RequestParam(value = "demandId", required = true)
-                                              @RequestBody Long demandId) {
+                                               Long demandId) {
         LambdaQueryWrapper<BaseAgency> lw = new LambdaQueryWrapper<>();
         MonthlyReconciliation byId = monthlyReconciliationService.getById(demandId);
         if(ObjectUtils.isEmpty(byId)){