小程序端接口实现

This commit is contained in:
HMY
2024-07-15 11:59:06 +08:00
parent 5490e69863
commit 8f3c781183
36 changed files with 790 additions and 31 deletions

View File

@ -27,6 +27,7 @@
INNER JOIN system_dict ON card_game_rule.levelid = system_dict.dict_key AND system_dict.dict_type='userlevel'
WHERE card_game_rule.gameid=#{id}
</select>
<select id="getHitCountSumByGameId" resultType="java.lang.Integer">
SELECT IFNULL(SUM(hit_count),0) FROM `card_game_rule` WHERE gameid=#{gameid}
</select>