Commit cf9440d6 by 陶光胜

取数平台权限

parent bbc5b41e
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<include refid="queryJoins"/> <include refid="queryJoins"/>
WHERE 1=1 WHERE 1=1
<if test="userId != null and userId !=''"> <if test="userId != null and userId !=''">
q.user_id = #{userId} and q.user_id = #{userId}
</if> </if>
<if test="startTime != null"> <if test="startTime != null">
AND q.download_time <![CDATA[ >= ]]> #{startTime} AND q.download_time <![CDATA[ >= ]]> #{startTime}
......
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