|
|
@ -134,7 +134,7 @@ |
|
|
|
from ic_resi_user |
|
|
|
<if test="resiRules != null and resiRules.size() > 0"> |
|
|
|
<foreach collection="resiRules" item="rule"> |
|
|
|
<if test="rule.colTable != 'ic_resi_user'"> inner join #{rule.colTable}</if> |
|
|
|
<if test="rule.colTable != 'ic_resi_user'"> inner join ${rule.colTable}</if> |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
<include refid="segmentForPolicyRules"></include> |
|
|
@ -145,7 +145,7 @@ |
|
|
|
from ic_resi_user |
|
|
|
<if test="resiRules != null and resiRules.size() > 0"> |
|
|
|
<foreach collection="resiRules" item="rule"> |
|
|
|
<if test="rule.colTable != 'ic_resi_user'"> inner join #{rule.colTable}</if> |
|
|
|
<if test="rule.colTable != 'ic_resi_user'"> inner join ${rule.colTable}</if> |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
<include refid="segmentForPolicyRules"></include> |
|
|
|