From d3e072270d15e910af596c39b38179d7a40a08db Mon Sep 17 00:00:00 2001 From: Ziin Date: Wed, 20 Aug 2025 18:16:07 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E5=A4=A7=E5=93=A5=E6=89=93?= =?UTF-8?q?=E8=B5=8F=E7=9A=84=E5=8E=86=E5=8F=B2=E6=9C=80=E9=AB=98=E9=87=91?= =?UTF-8?q?=E5=B8=81=E7=AD=9B=E9=80=89=E7=9A=84=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/bigbrother/BigBrotherMapper.xml | 14 ++++---- .../EmployeeBigBrotherMapper.xml | 34 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/tkdata-model-server/src/main/resources/mapper/bigbrother/BigBrotherMapper.xml b/tkdata-model-server/src/main/resources/mapper/bigbrother/BigBrotherMapper.xml index 9234de5..06cbdf4 100644 --- a/tkdata-model-server/src/main/resources/mapper/bigbrother/BigBrotherMapper.xml +++ b/tkdata-model-server/src/main/resources/mapper/bigbrother/BigBrotherMapper.xml @@ -57,15 +57,15 @@ and sbr.display_id like concat(#{dto.displayId,jdbcType=VARCHAR},'%') - - - and sbr.hostcoins >=#{dto.hostcoinsMin,jdbcType=INTEGER} + + + and sbr.historic_high_coins >=#{dto.historicHighCoinsMin,jdbcType=INTEGER} - - and sbr.hostcoins <=#{dto.hostcoinsMax,jdbcType=INTEGER} + + and sbr.historic_high_coins <=#{dto.historicHighCoinsMax,jdbcType=INTEGER} - - and sbr.hostcoins between #{dto.hostcoinsMin,jdbcType=INTEGER} and #{dto.hostcoinsMax,jdbcType=INTEGER} + + and sbr.historic_high_coins between #{dto.historicHighCoinsMin,jdbcType=INTEGER} and #{dto.historicHighCoinsMax,jdbcType=INTEGER} diff --git a/tkdata-model-server/src/main/resources/mapper/employeebigbrother/EmployeeBigBrotherMapper.xml b/tkdata-model-server/src/main/resources/mapper/employeebigbrother/EmployeeBigBrotherMapper.xml index e7585b4..c6045be 100644 --- a/tkdata-model-server/src/main/resources/mapper/employeebigbrother/EmployeeBigBrotherMapper.xml +++ b/tkdata-model-server/src/main/resources/mapper/employeebigbrother/EmployeeBigBrotherMapper.xml @@ -58,15 +58,15 @@ and sbr.display_id like concat(#{dto.displayId,jdbcType=VARCHAR},'%') - - - and sbr.hostcoins >=#{dto.hostcoinsMin,jdbcType=INTEGER} + + + and sbr.historic_high_coins >=#{dto.historicHighCoinsMin,jdbcType=INTEGER} - - and sbr.hostcoins <=#{dto.hostcoinsMax,jdbcType=INTEGER} + + and sbr.historic_high_coins <=#{dto.historicHighCoinsMax,jdbcType=INTEGER} - - and sbr.hostcoins between #{dto.hostcoinsMin,jdbcType=INTEGER} and #{dto.hostcoinsMax,jdbcType=INTEGER} + + and sbr.historic_high_coins between #{dto.historicHighCoinsMin,jdbcType=INTEGER} and #{dto.historicHighCoinsMax,jdbcType=INTEGER} @@ -156,16 +156,16 @@ and sbr.hostcoins between #{dto.hostcoinsMin,jdbcType=INTEGER} and #{dto.hostcoinsMax,jdbcType=INTEGER} - - - and sbr.total_gift_coins >=#{dto.totalGiftCoinsMin,jdbcType=INTEGER} - - - and sbr.total_gift_coins <=#{dto.totalGiftCoinsMax,jdbcType=INTEGER} - - - and sbr.total_gift_coins between #{dto.totalGiftCoinsMin,jdbcType=INTEGER} and #{dto.totalGiftCoinsMax,jdbcType=INTEGER} - + + + and sbr.historic_high_coins >=#{dto.historicHighCoinsMin,jdbcType=INTEGER} + + + and sbr.historic_high_coins <=#{dto.historicHighCoinsMax,jdbcType=INTEGER} + + + and sbr.historic_high_coins between #{dto.historicHighCoinsMin,jdbcType=INTEGER} and #{dto.historicHighCoinsMax,jdbcType=INTEGER} + and sbr.level >=#{dto.levelMin,jdbcType=INTEGER}