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