Commit abdd1192 authored by 郭凡凡's avatar 郭凡凡

服务模糊查询

parent 8f62e00c
...@@ -91,12 +91,12 @@ ...@@ -91,12 +91,12 @@
<if test="apiPromotion !=null and apiPromotion!=''"> <if test="apiPromotion !=null and apiPromotion!=''">
and oab.api_promotion = #{apiPromotion} and oab.api_promotion = #{apiPromotion}
</if> </if>
<if test="startTime !=null "> <if test="startCTime !=null ">
<![CDATA[ <![CDATA[
and oab.api_ctime >= #{startCTime} and oab.api_ctime >= #{startCTime}
]]> ]]>
</if> </if>
<if test="endTime !=null "> <if test="endCTime !=null ">
<![CDATA[ <![CDATA[
and oab.api_ctime <= #{endCTime} and oab.api_ctime <= #{endCTime}
]]> ]]>
......
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