multi-system/src/main/resources/mapper/system/OutsourcedUnqualifiedMapper.xml
@@ -11,6 +11,9 @@ <if test="companyId != null"> and a.company_id = #{companyId} </if> <if test="year!=null and year!=''"> and a.`year` = #{year} </if> order by a.create_time desc </select> </mapper>