XiaoRuby
2023-08-04 3ad5b828240db97470c9a08b247b1f6f5cdc0dd7
standard-server/src/main/resources/mapper/ProductMapper.xml
@@ -13,7 +13,7 @@
    </select>
    <select id="selectOneChildren" resultType="map">
        SELECT p.`id`, p.`unit`, p.`required`, p.`internal`
        SELECT p.`id`, p.`name`, p.`unit`, p.`required`, p.`internal`
        FROM product p
        WHERE p.`father` = #{father}
    </select>