@@ -18,7 +18,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</resultMap>
<sql id="selectProductVo">
- select id, parent_id, parent_name, name, sns_id, is_delete, create_by, create_time, update_by, update_time from phm_product
+ select id, parent_id,
+ parent_name,
+ name, sns_id, is_delete, create_by, create_time, update_by, update_time from phm_product
</sql>
<select id="selectProductList" parameterType="Product" resultMap="ProductResult">