现金大转盘 记录

阿里云oss文件上传
This commit is contained in:
2024-12-04 15:04:39 +08:00
parent 7e79d3fc35
commit c757bcf844
15 changed files with 457 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.sqx.modules.discSpinning.dao.DiscSpinningRecordDao">
<select id="countDraw" resultType="int">
SELECT count(1) FROM `disc_spinning_record` where user_id = 99 and draw_day = DATE_FORMAT(CURDATE(), '%Y-%m-%d');;
</select>
</mapper>