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>