whycxzp
2025-05-27 e7dd68a5fd8e9ff43fdea1e6894a4002443178d2
src/main/resources/mapper/BattTestInfMapper.xml
@@ -55,7 +55,7 @@
    </select>
    <select id="getDischargeList" resultType="com.whyc.pojo.db_dis_batt.BattTestInf">
        select
        binf_name as battGroupName,batt_test_inf.binf_id as battGroupId,mon_cap,mon_vol,test_record_count,group_vol,test_curr,max_monvol,min_monvol,test_cap,test_starttime,record_time,test_timelong,test_stoptype
        binf_name as battGroupName,batt_test_inf.binf_id as battGroupId,mon_cap,mon_vol,test_record_count,group_vol,test_curr,max_monvol,min_monvol,min_monnum,max_monnum,test_cap,test_starttime,record_time,test_timelong,test_stoptype
        from db_dis_batt.batt_test_inf,db_batt.power_inf where db_batt.power_inf.binf_id=db_dis_batt.batt_test_inf.binf_id
        <if test="battGroupId!=null">
            and db_dis_batt.batt_test_inf.binf_id=#{battGroupId}