无关风月
2025-04-01 c0abf1b8be71aef5089151ca8601a3b69b21a09d
cloud-server-activity/src/main/resources/mapper/HuiminCardMapper.xml
@@ -5,7 +5,8 @@
    <select id="getHuiminAgreementAndList" resultType="com.dsh.activity.entity.THuiminCard">
        select t1.* from t_huimin_card t1
        where t1.storeId = #{storeId}
        where
            find_in_set(#{storeId},t1.storeIds)
          and t1.endTime >= now()
        and t1.status = 1