multi-system/src/main/resources/mapper/system/OutsourcedReviewMapper.xml
@@ -8,6 +8,9 @@ <if test="companyId != null"> and company_id = #{companyId} </if> <if test="year!=null and year!=''"> and YEAR(apply_dept_date) = #{year} </if> order by create_time desc </select>