|
@@ -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)){
|