“djh”
9 hours ago 2d9bf42ce507096c3b73a782da3ad16f29d2ccdc
multi-system/src/main/resources/mapper/system/InconsistentMapper.xml
@@ -20,6 +20,9 @@
                <if test="companyId != null">
                    and company_id = #{companyId}
                </if>
                <if test="year != null and year !=''">
                    and `year` = #{year}
                </if>
        order by create_time desc
    </select>