Commit 794b2c11 by wangqi

查文档手册权限

parent 9b178a8b
......@@ -40,6 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="fjms != null and fjms != ''"> and a.fjms = #{fjms}</if>
<if test="zt != null and zt != ''"> and a.zt = #{zt}</if>
<if test="xzcs != null and xzcs != ''"> and a.xzcs = #{xzcs}</if>
<if test="gxqx != null and gxqx != ''"> and a.gxqx = #{gxqx}</if>
<!-- 数据范围过滤 -->
${params.dataScope}
</where>
......
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