Commit 042fb5b7 by zhiwj

指标说明

parent 2503496b
......@@ -352,9 +352,6 @@
<if test="code != null and code != '' ">
and code = #{code}
</if>
<if test="moduleId != null and moduleId != '' ">
and module_id = #{moduleId}
</if>
<if test="indexId != null ">
and index_id &lt;&gt; #{indexId}
</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