|
@@ -651,7 +651,7 @@
|
|
<if test="(vo.deptList != null and vo.deptList.size != 0) or (vo.demandIdAll != null and vo.demandIdAll.size != 0)">
|
|
<if test="(vo.deptList != null and vo.deptList.size != 0) or (vo.demandIdAll != null and vo.demandIdAll.size != 0)">
|
|
<include refid="deptListOrDemandIdAllNoAnd"/>
|
|
<include refid="deptListOrDemandIdAllNoAnd"/>
|
|
</if>
|
|
</if>
|
|
- group by year(task_release_time)
|
|
|
|
|
|
+ group by year(task_release_time!=null)
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="purchaseProjectNumberAnalysisQuarter" parameterType="com.ozs.pm.doman.vo.requestVo.PmDemandReqVo"
|
|
<select id="purchaseProjectNumberAnalysisQuarter" parameterType="com.ozs.pm.doman.vo.requestVo.PmDemandReqVo"
|