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

服务模糊查询

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