@@ -349,7 +349,7 @@
</select>
<!-- 查询产品详情 lym -->
- <!--<select id="findById" parameterType="String" resultMap="BaseResultMap">
+ <select id="findById" parameterType="String" resultMap="BaseResultMap">
select
product.guid,
product.fk_product_type,
@@ -372,5 +372,5 @@
from t_product_info product
WHERE product.state = 1
AND product.guid = #{guid}
- </select>-->
+ </select>
</mapper>