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}