|
@@ -123,4 +123,15 @@ public class XmConstructionRateController extends BaseController
|
|
{
|
|
{
|
|
return toAjax(xmConstructionRateService.deleteXmConstructionRateByIds(ids));
|
|
return toAjax(xmConstructionRateService.deleteXmConstructionRateByIds(ids));
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 删除项目施工进度_引荐单位
|
|
|
|
+ */
|
|
|
|
+ @PreAuthorize("@ss.hasPermi('projectV2:rate:removeYj')")
|
|
|
|
+ @Log(title = "项目施工进度", businessType = BusinessType.DELETE)
|
|
|
|
+ @GetMapping("/deleteYj/{ids}")
|
|
|
|
+ public AjaxResult removeYj(@PathVariable Long[] ids)
|
|
|
|
+ {
|
|
|
|
+ return toAjax(xmConstructionRateService.deleteXmConstructionRateByIds(ids));
|
|
|
|
+ }
|
|
}
|
|
}
|