@ -20,12 +20,12 @@
<select id="selectBatConfigPage" resultMap="batConfigResultMap">
SELECT *
FROM BA_BAT_CONFIG
FROM BS_BAT_CONFIG
WHERE is_deleted = 0
</select>
<select id="exportBatConfig" resultType="org.springblade.desk.basic.excel.BatConfigExcel">
FROM BA_BAT_CONFIG ${ew.customSqlSegment}
FROM BS_BAT_CONFIG ${ew.customSqlSegment}
</mapper>