feat(game): 增加按时间查询游戏投注记录功能
- 新增 GameBettingDetailsDTO 类,用于游戏投注详情查询 - 在 GameBettingDetailsMapper 中添加按时间查询的 SQL 语句 - 修改 GameBettingDetailsServiceImpl 中的查询方法,支持按时间查询 - 更新相关控制器和接口,增加按时间查询游戏记录的功能main-cf
parent
34f6ad895a
commit
03ca9de286
|
@ -63,7 +63,6 @@ public class AgentTenantSecretKeyDTO extends BaseEntity
|
|||
|
||||
/** 商户后缀 */
|
||||
@Excel(name = "商户后缀")
|
||||
@JsonIgnore
|
||||
private String tenantSn;
|
||||
|
||||
/** 租户密钥 */
|
||||
|
|
Loading…
Reference in New Issue