Browse Source

显示审核过的数据

buzhanyi 1 year ago
parent
commit
7a7d1f6b8a
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

@@ -832,7 +832,7 @@
         project_status > 18 ) de
         <include refid="dDeptListOrDemandIdAll"/>
         d.demand_id = c.demand_id AND d.project_status &gt; 18
-        AND YEAR(up_acceptance_time) = YEAR(NOW())
+        AND YEAR(d.up_acceptance_time) = YEAR(NOW())
     </select>
 
     <select id="selectCCThisYear" resultType="com.ozs.pm.doman.vo.responseVo.StatisticalChartsResVo"