Browse Source

Merge remote-tracking branch 'origin/master'

kk 4 weeks ago
parent
commit
537436a45a

+ 1 - 1
game-business/src/main/resources/mapper/business/AppGameLotteryMapper.xml

@@ -24,7 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="classId != null "> and class_id = #{classId}</if>
             <if test="gameId != null "> and game_id = #{gameId}</if>
             <if test="gameDate != null  and gameDate != ''"> and game_date = #{gameDate}</if>
-            <if test="isLottery != null  and isLottery != ''"> and is_lottery = #{isLottery}</if>
+            <if test="isLottery != null"> and is_lottery = #{isLottery}</if>
             <if test="gameLotterySucc != null  and gameLotterySucc != ''"> and FIND_IN_SET(#{gameLotterySucc},game_lottery_succ) > 0</if>
             <if test="gameRecordDate != null "> and game_record_date = #{gameRecordDate}</if>
         </where>