huliguo
2025-07-30 3da1c2dc46a4f24770e1887cac943c682ed0e028
ruoyi-modules/ruoyi-system/src/main/resources/mapper/config/OneClinkSyncingMapper.xml
@@ -20,10 +20,10 @@
        <if test="null != dto.syncingName and ''!= dto.syncingName">
            and syncing_name like concat('%',#{dto.syncingName},'%')
        </if>
        <if test="dto.startTime!=null and dto.startTime != ''">
        <if test="dto.startTime!=null ">
            AND  syncing_time &gt;= #{dto.startTime}
        </if>
        <if test="dto.endTime!=null and dto.endTime != ''">
        <if test="dto.endTime!=null ">
            AND syncing_time &lt;= #{dto.endTime}
        </if>
    </select>