后台-赠送钻石水晶-按用户角色每月限制赠送金币数-查询每月累计
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user