|
|
@@ -286,7 +286,7 @@
|
|
|
and (find_in_set(#{vo.nodeIds},m.ancestors) or m.id = #{vo.nodeIds})
|
|
|
</if>
|
|
|
<if test="vo.authCode != null and vo.authCode != ''">
|
|
|
- AND (m.tree_code = #{authCode} or m.tree_code = #{contractId} or m.parent_id = 0)
|
|
|
+ AND (m.tree_code = #{vo.authCode} or m.tree_code = #{vo.contractId} or m.parent_id = 0)
|
|
|
</if>
|
|
|
<if test="vo.queryValueSize != null and vo.queryValueSize != ''">
|
|
|
<choose>
|
|
|
@@ -352,7 +352,7 @@
|
|
|
and (find_in_set(#{vo.nodeIds},m.ancestors) or m.id = #{vo.nodeIds})
|
|
|
</if>
|
|
|
<if test="vo.authCode != null and vo.authCode != ''">
|
|
|
- AND (m.tree_code = #{authCode} or m.tree_code = #{contractId} or m.parent_id = 0)
|
|
|
+ AND (m.tree_code = #{vo.authCode} or m.tree_code = #{vo.contractId} or m.parent_id = 0)
|
|
|
</if>
|
|
|
<if test="vo.queryValueSize != null and vo.queryValueSize != ''">
|
|
|
<choose>
|