Commit 3a24ee91 by 陶光胜

取数平台权限

parent a75ca6cf
......@@ -52,6 +52,9 @@
<if test="queryDataType != -1">
AND t.query_data_type = #{queryDataType}
</if>
<if test="enterpriseId != null">
AND q.enterprise_id= #{enterpriseId}
</if>
<if test="fuzzyRange != '' and fuzzy !=''">
<bind name="pattern" value="'%' + fuzzy + '%'" />
<choose>
......
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