|
|
@ -98,7 +98,7 @@
|
|
|
|
<if test="mainAction != ''and mainAction != null">
|
|
|
|
<if test="mainAction != ''and mainAction != null">
|
|
|
|
AND mainAction LIKE concat(#{mainAction},'%')
|
|
|
|
AND mainAction LIKE concat(#{mainAction},'%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="enabled != ''and enabled != null">
|
|
|
|
<if test="enabled != null">
|
|
|
|
AND basic_bussiness_type.enable =#{enabled}
|
|
|
|
AND basic_bussiness_type.enable =#{enabled}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="advanceType != ''and advanceType != null">
|
|
|
|
<if test="advanceType != ''and advanceType != null">
|
|
|
|