multi-system/src/main/resources/mapper/system/PurchaseApplyMapper.xml
@@ -36,6 +36,9 @@ <if test="companyId!=null"> AND pa.company_id = #{companyId} </if> <if test="year!=null and year!=''"> and YEAR(pa.apply_time) = #{year} </if> ORDER BY pa.create_time DESC </select>