lxp
2025-03-18 059b188fd49c5127b75a38408d12e26d2363fbab
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