whyclxw
2022-01-21 02528952a3c36cf5120c67fef0c860764d1bb4bf
在线监测-实时监控-A059文件导出
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/FBOTestDataMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/FBOTestDataMapper.xml
@@ -25,6 +25,6 @@
        select * from db_fbo_testdata.tb_fbotestdata_${battGroupId} where test_record_count = #{testRecordCount}
    </select>
    <select id="getMonCuntBytestRecordCount" resultType="java.lang.Integer">
        select  if(max(mon_num) is null,0,max(mon_num)) as monCount from db_fbo_testdata.tb_fbotestdata_1000065 where test_record_count = 1 limit 1  from db_fbo_testdata.tb_fbotestdata_${battGroupId} where test_record_count = #{testRecordCount} limit 1
        select  if(max(mon_num) is null,0,max(mon_num)) as monCount  from db_fbo_testdata.tb_fbotestdata_${battGroupId} where test_record_count = #{testRecordCount} limit 1
    </select>
</mapper>