whyclxw
2024-10-24 cb0edda96eff7a92acad29cebb0a86b3435322e1
dinfSocket修改
1个文件已修改
2 ■■■■■ 已修改文件
src/main/resources/mapper/DevInfMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/DevInfMapper.xml
@@ -6,7 +6,9 @@
        select * from db_lithium_ram_db.tb_dev_inf
        <where>
            dev_type=#{dto.devType}
            <if test="dto.devOnline!=null">
            and dev_online=#{dto.devOnline}
            </if>
            <if test="dto.startTime!=null">
                and create_time>=#{dto.startTime}
            </if>