xuhy
2024-08-27 96483f10fdb66727c3767826fcec6c99958e74b6
ruoyi-system/src/main/resources/mapper/system/TFoundationConfigMapper.xml
@@ -15,5 +15,10 @@
    <sql id="Base_Column_List">
        id, personId,typeId, minCount, maxCount
    </sql>
    <select id="getList" resultType="com.ruoyi.system.vo.TFoundationConfigVO">
        SELECT tfc.id, tfc.personId,tfc.typeId, tfc.minCount, tfc.maxCount,tfp.mealCount
        FROM t_foundation_config tfc
        LEFT JOIN t_foundation_person tfp ON tfp.id = tfc.personId
    </select>
</mapper>