Browse Source

修改产品树信息

wanggaokun 1 year ago
parent
commit
486d41d5b5

+ 3 - 1
PHM-admin/phm-manage/src/main/resources/mapper/manage/ProductMapper.xml

@@ -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">