multi-system/src/main/resources/mapper/system/ContractLedgerMapper.xml
@@ -24,6 +24,9 @@ <if test="companyId!=null"> and cl.company_id = #{companyId} </if> <if test="year != null and year != ''"> AND DATE_FORMAT(cl.sign_date, '%Y') = #{year} </if> ORDER BY cl.create_time DESC </select>