chendayu il y a 2 ans
Parent
commit
a0823013a4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      PAS/src/main/resources/mapper/StructureMapper.xml

+ 1 - 0
PAS/src/main/resources/mapper/StructureMapper.xml

@@ -173,6 +173,7 @@
         <result column="product_id" property="productId"/>
     </resultMap>
 
+
     <!--根据产品id查询数据-->
     <!--List<StructureVO> selectAllByProductId(Integer productId);-->
     <select id="selectAllByProductId" resultMap="selectByFindInSetPathMap">