Commit 8661d8a0 by 陶光胜

取数平台权限

parent 03843118
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<if test="queryDataType != -1"> <if test="queryDataType != -1">
AND t.query_data_type = #{queryDataType} AND t.query_data_type = #{queryDataType}
</if> </if>
<if test="fuzzyRange != ''"> <if test="fuzzyRange != '' and fuzzy !=''">
<bind name="pattern" value="'%' + fuzzy + '%'" /> <bind name="pattern" value="'%' + fuzzy + '%'" />
<choose> <choose>
<when test="fuzzyRange == 'reportId'"> <when test="fuzzyRange == 'reportId'">
......
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