|
|
@ -33,6 +33,9 @@
|
|
|
|
<if test="secCheckEnable != null">
|
|
|
|
<if test="secCheckEnable != null">
|
|
|
|
AND bu.secCheckEnable = #{secCheckEnable}
|
|
|
|
AND bu.secCheckEnable = #{secCheckEnable}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="actionType != null">
|
|
|
|
|
|
|
|
AND bu.actionType = #{actionType}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<if test="busType != null">
|
|
|
|
<if test="busType != null">
|
|
|
|
AND bu.busType = #{busType}
|
|
|
|
AND bu.busType = #{busType}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|