|
|
@@ -41,7 +41,7 @@
|
|
|
</if>
|
|
|
</sql>
|
|
|
<sql id="rootCompanyFilter">
|
|
|
- <if test="rootCompanyMap != null and (rootCompanyMap.rootCompanyName.contains('安泰') or rootCompanyMap.rootCompanyName.contains('新泰'))">
|
|
|
+ <if test="rootCompanyMap != null and urlFlag != null and urlFlag != 'null' and urlFlag != ''">
|
|
|
AND "rootCompanyId" = #{rootCompanyMap.rootCompanyId}
|
|
|
</if>
|
|
|
</sql>
|
|
|
@@ -88,6 +88,9 @@
|
|
|
<when test="item.contains('admin')">
|
|
|
1 = 1
|
|
|
</when>
|
|
|
+ <when test="item.contains('siji)">
|
|
|
+ 1 = 1
|
|
|
+ </when>
|
|
|
<otherwise>
|
|
|
1 != 1
|
|
|
</otherwise>
|