无关风月
2025-04-11 1d9f7b0cf4251f3058badb07dd7a2bc06b6bc09a
cloud-server-activity/src/main/resources/mapper/HuiminCardMapper.xml
@@ -8,7 +8,7 @@
        where
            find_in_set(#{storeId},t1.storeIds)
          and t1.endTime >= now()
        and t1.status = 1
            order by t1.sort desc
            limit #{pageNo}, #{pageSize}
@@ -19,7 +19,7 @@
        where
            find_in_set(#{storeId},t1.storeIds)
          and t1.endTime >= now()
        and t1.status = 1
            order by t1.sort desc
    </select>