zouyu
2025-03-18 8f63d5ce747106195b279e1c158fd12f9997a770
cnas-process/src/main/resources/mapper/ProcessMethodSearchNewMapper.xml
@@ -11,6 +11,9 @@
            <if test="beginDate != null and beginDate != '' and endDate != null and endDate != ''">
                and create_time between #{beginDate} and #{endDate}
            </if>
        <if test="endDate != '' and  endDate != null">
            and create_time &lt; #{endDate}
        </if>
        </where>
        order by create_time desc
        ) a