浏览代码

修改产品树信息

wanggaokun 1 年之前
父节点
当前提交
486d41d5b5
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      PHM-admin/phm-manage/src/main/resources/mapper/manage/ProductMapper.xml

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