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