XiaoRuby
2023-08-03 fbba4ea24430b14eee18b190b7e08f1a58a8e504
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>