jyy
2021-04-09 1443f8eb9f3b001e84f101852aa5f6ec7f49f4c9
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>