商城:增加商城首页

This commit is contained in:
owen
2023-10-16 09:51:20 +08:00
parent 1ac2f2b5c2
commit f5dac38ca5
37 changed files with 591 additions and 40 deletions

View File

@@ -46,4 +46,11 @@
GROUP BY wallet_id
</select>
<select id="selectRechargePriceSummary" resultType="java.lang.Integer">
SELECT IFNULL(SUM(pay_price), 0)
FROM pay_wallet_recharge
WHERE pay_status = #{payStatus}
AND deleted = FALSE
</select>
</mapper>