kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SysProductMapper.xml
@@ -123,4 +123,12 @@ <include refid="where"/> order by id desc </select> <!--定义根据-SysProduct当作查询条件返回对象集合--> <select id="findAllList" resultType="com.kidgrow.oprationcenter.vo.ProductAllVo"> select <include refid="Column_List"/> from sys_product <include refid="where"/> order by id desc </select> </mapper>