后台-赠送钻石水晶-按用户角色每月限制赠送金币数-查询每月累计

This commit is contained in:
khalil
2025-07-17 14:25:44 +08:00
parent a4449d80ad
commit 49e187ef44

View File

@@ -217,7 +217,7 @@
select sum(gold_num) from official_gold_record r
where 1=1
and r.create_time between #{startTime} and #{endTime}
and r.type = #{type}
and r.type = #{`type`}
and r.operator_id = #{adminId}
</select>