|
@@ -46,6 +46,18 @@ public class XmConstructionRateController extends BaseController
|
|
return getDataTable(list);
|
|
return getDataTable(list);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 查询项目施工进度列表_引资单位
|
|
|
|
+ */
|
|
|
|
+ @PreAuthorize("@ss.hasPermi('projectV2:rate:listYj')")
|
|
|
|
+ @GetMapping("/listYj")
|
|
|
|
+ public TableDataInfo listYj(XmConstructionRate xmConstructionRate)
|
|
|
|
+ {
|
|
|
|
+ startPage();
|
|
|
|
+ List<XmConstructionRate> list = xmConstructionRateService.selectXmConstructionRateList(xmConstructionRate);
|
|
|
|
+ return getDataTable(list);
|
|
|
|
+ }
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 导出项目施工进度列表
|
|
* 导出项目施工进度列表
|
|
*/
|
|
*/
|