|
|
|
@ -33,6 +33,9 @@
|
|
|
|
|
<if test="secCheckEnable != null">
|
|
|
|
|
AND bu.secCheckEnable = #{secCheckEnable}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="actionType != null">
|
|
|
|
|
AND bu.actionType = #{actionType}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="busType != null">
|
|
|
|
|
AND bu.busType = #{busType}
|
|
|
|
|
</if>
|
|
|
|
@ -52,7 +55,7 @@
|
|
|
|
|
]]>
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
order by bu.sortNum desc
|
|
|
|
|
order by bu.sortNum
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<insert id="insertIgnoreBussinessType" parameterType="com.glxp.api.entity.basic.BasicBussinessTypeEntity">
|
|
|
|
|