“djh”
19 hours ago 2d9bf42ce507096c3b73a782da3ad16f29d2ccdc
multi-system/src/main/resources/mapper/system/QualityInformationExteriorMapper.xml
@@ -40,6 +40,9 @@
            <if test="companyId != null">
                and qie.company_id =#{companyId}
            </if>
        <if test="year != null and year != ''">
            and YEAR(qie.offer_time) = #{year}
        </if>
        ORDER BY
            qie.create_time DESC
    </select>