MrShi
2024-10-24 ba3a85f2bf6dc706ba2f74e88e9d81197533f1b7
server/service/src/main/resources/mappers/BaseCategoryMapper.xml
@@ -21,8 +21,8 @@
    <select id="selectList" resultMap="BaseCategory">
        select * from base_category ${ew.customSqlSegment}
    </select>
    <select id="selectPage" resultMap="BaseCategory">
        select * from base_category ${ew.customSqlSegment}
    </select>
   </select>
<!--    <select id="selectPage" resultMap="BaseCategory">-->
<!--        select * from base_category ${ew.customSqlSegment}-->
<!--    </select>-->
</mapper>