Browse Source

4.2 金币明细修复

Huang
huangqizhen 1 month ago
parent
commit
c36a534e47
  1. 2
      src/main/resources/mapper/DetailYMapper.xml

2
src/main/resources/mapper/DetailYMapper.xml

@ -21,7 +21,7 @@
detail_y
<where>
<if test="num!=null">
<if test="num!=null and num.length > 0">
and recharge_coin NOT LIKE '-%'
AND free_coin NOT LIKE '-%'
AND task_coin NOT LIKE '-%'

Loading…
Cancel
Save