无关风月
2025-04-01 1d53a4c56cc9aecbce7278bb8516f23f50823027
cloud-server-activity/src/main/resources/mapper/HuiminCardMapper.xml
@@ -6,7 +6,7 @@
    <select id="getHuiminAgreementAndList" resultType="com.dsh.activity.entity.THuiminCard">
        select t1.* from t_huimin_card t1
        where t1.storeId = #{storeId}
          and t1.startTime &lt;= now()
          and t1.endTime >= now()
        and t1.status = 1
            order by t1.sort desc