multi-system/src/main/resources/mapper/system/OutsourcedProductMapper.xml
@@ -10,6 +10,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>