xiaoyong931011
2022-09-06 3392f0e5dbd791e6dfd29c1e76a3e368b0f223da
src/main/resources/mapper/modules/MallLeaderAchieveMapper.xml
@@ -52,7 +52,7 @@
                    and a.unique_code = #{record.invitedId}
                </if>
                <if test="record.createdTime!=null">
                    and date_format(a.CREATED_TIME, '%Y-%m-%d') = date_format(#{record.createdTime}, '%Y-%m-%d')
                    and date_format(a.CREATED_TIME, '%Y-%m-%d') = #{record.createdTime}
                </if>
            </if>
        </where>