|
|
@ -69,6 +69,9 @@ |
|
|
<if test="endDate != null"> |
|
|
<if test="endDate != null"> |
|
|
and p.create_date <= #{endDate} |
|
|
and p.create_date <= #{endDate} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="creator != null and creator!= ''"> |
|
|
|
|
|
and p.creator like #{creator} |
|
|
|
|
|
</if> |
|
|
</where> |
|
|
</where> |
|
|
</select> |
|
|
</select> |
|
|
</mapper> |
|
|
</mapper> |