chendayu 2 jaren geleden
bovenliggende
commit
a0823013a4
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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">