|
@@ -5,7 +5,7 @@
|
|
|
<mapper namespace="com.ozs.pm.mapper.PmDemandMapper">
|
|
|
|
|
|
<select id="selectByDemandIdList" parameterType="java.util.List" resultType="com.ozs.pm.doman.PmDemand">
|
|
|
- select * from pm_demand where demand_id in
|
|
|
+ select * from pm_demand where project_status = 15 and demand_id in
|
|
|
<foreach item="item" collection="demandIdList" separator="," open="(" close=")" index="">
|
|
|
#{item}
|
|
|
</foreach>
|