xiaoyong931011
2021-04-13 9e10e7d221c8a7f5ca20ce11d0d721eff5370720
zq-erp/src/main/resources/mybatis/mapper/activity/ActivitySignRecordDao.xml
@@ -9,9 +9,9 @@
        FROM
        activity_sign_record a
        where
            a.actId = #{actId}
            and a.open_id = #{userId}
            and a.sign_time like concat('%',#{format},'%')
            a.activity_id = #{actId}
            and a.user_id = #{userId}
            and a.sign_time like concat('%',DATE(#{format}),'%')
    </select>
</mapper>