|
@@ -104,7 +104,7 @@
|
|
|
<if test="(vo.deptList != null and vo.deptList.size != 0) or (vo.demandIdAll != null and vo.demandIdAll.size != 0)">
|
|
|
<include refid="deptListOrDemandIdAll"/>
|
|
|
</if>
|
|
|
- AND purchase_mode=#{vo.purchaseMode}
|
|
|
+ purchase_mode=#{vo.purchaseMode}
|
|
|
</select>
|
|
|
|
|
|
<select id="countByEvaluationLt" parameterType="com.ozs.pm.doman.vo.requestVo.PmDemandReqVo"
|