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>