| | |
| | | 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> |