|
@@ -142,7 +142,7 @@ public class StatisticalAnalysisController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "重大规划采购任务专项计划管理情况")
|
|
@ApiOperation(value = "重大规划采购任务专项计划管理情况")
|
|
@PostMapping("/countMajorProject")
|
|
@PostMapping("/countMajorProject")
|
|
- @PreAuthorize("@ss.hasPermi('statistical:countMajorProject')")
|
|
|
|
|
|
+ //@PreAuthorize("@ss.hasPermi('statistical:countMajorProject')")
|
|
@Log(title = ModularConstans.statisticalAnalysis, businessType = BusinessType.QUERY)
|
|
@Log(title = ModularConstans.statisticalAnalysis, businessType = BusinessType.QUERY)
|
|
public AjaxResult countMajorProject(@RequestBody PmDemandReqVo pmDemandReqVo) {
|
|
public AjaxResult countMajorProject(@RequestBody PmDemandReqVo pmDemandReqVo) {
|
|
if (StringUtils.isNull(pmDemandReqVo.getPurchaseDeptId())) {
|
|
if (StringUtils.isNull(pmDemandReqVo.getPurchaseDeptId())) {
|