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 >= #{dto.startTime} </if> <if test="dto.endTime!=null and dto.endTime != ''"> <if test="dto.endTime!=null "> AND syncing_time <= #{dto.endTime} </if> </select>