商品详情开工,商品首页调整

This commit is contained in:
liuyingfang
2024-04-10 14:15:41 +08:00
parent dd81edb51e
commit 1b9d069bc6
13 changed files with 318 additions and 7 deletions

View File

@@ -933,4 +933,7 @@
#{item}
</foreach>
</select>
<select id="selectLimit" resultType="com.chaozhanggui.system.cashierservice.entity.TbSystemCoupons">
select * from tb_system_coupons limit 1
</select>
</mapper>