Browse Source

Merge branch 'master' into log

hexiao 2 years ago
parent
commit
1fa33e8e32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      purchase-system/src/main/resources/mapper/pm/PmDemandMapper.xml

+ 1 - 1
purchase-system/src/main/resources/mapper/pm/PmDemandMapper.xml

@@ -56,7 +56,7 @@
         select count(demand_id) countQNWC, ifnull(sum(evaluation), 0) evaluationQNWC
         from pm_demand
         where purchase_dept_id = #{purchaseDeptId}
-          AND project_status != '17'
+          AND project_status = '17'
           and year(plan_demand_sub_time) = year(NOW()) - 1
     </select>