Commit 9af69a04 by 徐高华

朋友圈

parent af1994ae
......@@ -255,7 +255,7 @@
and create_time >= #{startTime} and create_time <![CDATA[ <= ]]> #{endTime}
</if>
<if test="null != nameParamsLike" >
and ( title like #{nameParamsLike} or plan_id = #{nameParamsLike} )
and ( title like #{nameParamsLike} or plan_id = #{nameParams} )
</if>
<if test="null != execType">
and exec_type = #{execType}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment