src/main/resources/mapper/DevInfMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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} and dev_online=#{dto.devOnline} <if test="dto.devOnline!=null"> and dev_online=#{dto.devOnline} </if> <if test="dto.startTime!=null"> and create_time>=#{dto.startTime} </if>