Commit db31feaf by 陶光胜

取数平台权限

parent 8661d8a0
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
FROM FROM
<include refid="queryTables"/> <include refid="queryTables"/>
<include refid="queryJoins"/> <include refid="queryJoins"/>
WHERE WHERE 1=1
<if test="userId != null and userId !=''"> <if test="userId != null and userId !=''">
q.user_id = #{userId} q.user_id = #{userId}
</if> </if>
......
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