|
|
@ -337,6 +337,12 @@ public class DcPublishManageController extends BaseController |
|
|
|
List<DcPublishManage> list = dcPublishManageService.selectDcPublishManageStatistics(dcPublishManage); |
|
|
|
return getDataTable(list); |
|
|
|
} |
|
|
|
|
|
|
|
@PostMapping("/statisticsListNoPage") |
|
|
|
public AjaxResult statisticsListNoPage(@RequestBody DcPublishManage dcPublishManage) |
|
|
|
{ |
|
|
|
return AjaxResult.success(dcPublishManageService.selectDcPublishManageStatistics(dcPublishManage)); |
|
|
|
} |
|
|
|
/** |
|
|
|
* 公众服务统计导出 |
|
|
|
*/ |
|
|
|