fg电池监控平台的达梦数据库版本
whycxzp
2024-11-05 b4f830c9734c0ed7adc40bbdfd2d86f2f286e2bd
调整语法不兼容
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/BatttestdataMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/BatttestdataMapper.xml
@@ -3,7 +3,7 @@
<mapper namespace="com.whyc.mapper.BatttestdataMapper">
    <delete id="deleteByTestRecordCount">
        delete
        from db_batt_testdata.tb_batttestdata_#{battGroupId}
        from db_batt_testdata.tb_batttestdata_${battGroupId}
        where test_record_count = #{testRecordCount}
    </delete>