x1ongzhu hace 6 años
padre
commit
0cde455fb6

+ 1 - 2
src/main/java/com/izouma/awesomeadmin/dao/PlayerInfoMapper.xml

@@ -497,8 +497,7 @@
         select
         <include refid="Base_Column_List"/>
         from player_info
-        where
-        and del_flag = 'N',
+        where del_flag = 'N',
         and house_id = #{houseId}
         order by
         IFNULL(house_rank, 999), id