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